| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | double | determinant2x2(double,
| n.a. | n.a. |
|
||||
| NEW | static public | double | determinant3x3(double,
| n.a. | n.a. |
|
||||
| NEW | static public | double | determinant4x4(double,
| n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | double | dotProduct2(double,
| n.a. | n.a. |
|
||||
| NEW | static public | double | dotProduct3(double,
| n.a. | n.a. |
|
||||
| NEW | static public | double | dotProduct4(double,
| n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | int | dotProduct2(int,
| n.a. | n.a. |
|
||||
| NEW | static public | int | dotProduct3(int,
| n.a. | n.a. |
|
||||
| NEW | static public | int | dotProduct4(int,
| n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | long | dotProduct2(long,
| n.a. | n.a. |
|
||||
| NEW | static public | long | dotProduct3(long,
| n.a. | n.a. |
|
||||
| NEW | static public | long | dotProduct4(long,
| n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | java.lang.annotation.Annotation | n.a. |
| Status: | Fully Qualified Name: | Elements: | ||||||||
| NEW | java.lang.annotation.Retention |
|
||||||||
| NEW | java.lang.annotation.Target |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D | add(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D | column0(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D | column1(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D) | n.a. | n.a. |
|
||||
| NEW | static public | double | determinant(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D | identity() | n.a. | n.a. |
|
||||
| NEW | static public | java.util.Optional | invert(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D | multiply(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2D | multiplyVectorPost(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D | multiplyVectorPost(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D | ofColumns(com.io7m.jtensors.core.unparameterized.vectors.Vector2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D | ofRows(com.io7m.jtensors.core.unparameterized.vectors.Vector2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D | ofScale(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D | row0(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D | row1(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D | scale(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D | subtract(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D | toParameterized(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D | toUnparameterized(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D) | n.a. | n.a. |
|
||||
| NEW | static public | double | trace(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D | transpose(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D | withColumn(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D | withRow(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F | add(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F | column0(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F | column1(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F) | n.a. | n.a. |
|
||||
| NEW | static public | double | determinant(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F | identity() | n.a. | n.a. |
|
||||
| NEW | static public | java.util.Optional | invert(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F | multiply(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2F | multiplyVectorPost(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F | multiplyVectorPost(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F | ofColumns(com.io7m.jtensors.core.unparameterized.vectors.Vector2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F | ofRows(com.io7m.jtensors.core.unparameterized.vectors.Vector2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F | ofScale(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F | row0(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F | row1(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F | scale(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F | subtract(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F | toParameterized(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F | toUnparameterized(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F) | n.a. | n.a. |
|
||||
| NEW | static public | double | trace(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F | transpose(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F | withColumn(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F | withRow(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D | add(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | column0(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | column1(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | column2(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D) | n.a. | n.a. |
|
||||
| NEW | static public | double | determinant(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D | identity() | n.a. | n.a. |
|
||||
| NEW | static public | java.util.Optional | invert(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D | multiply(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3D | multiplyVectorPost(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | multiplyVectorPost(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D | ofAxisAngle(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D | ofColumns(com.io7m.jtensors.core.unparameterized.vectors.Vector3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D | ofRows(com.io7m.jtensors.core.unparameterized.vectors.Vector3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D | ofScale(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | row0(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | row1(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | row2(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D | scale(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D | subtract(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D | toParameterized(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D | toUnparameterized(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D) | n.a. | n.a. |
|
||||
| NEW | static public | double | trace(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D | transpose(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D | withColumn(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D | withRow(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F | add(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | column0(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | column1(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | column2(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F) | n.a. | n.a. |
|
||||
| NEW | static public | double | determinant(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F | identity() | n.a. | n.a. |
|
||||
| NEW | static public | java.util.Optional | invert(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F | multiply(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3F | multiplyVectorPost(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | multiplyVectorPost(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F | ofAxisAngle(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F | ofColumns(com.io7m.jtensors.core.unparameterized.vectors.Vector3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F | ofRows(com.io7m.jtensors.core.unparameterized.vectors.Vector3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F | ofScale(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | row0(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | row1(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | row2(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F | scale(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F | subtract(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F | toParameterized(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F | toUnparameterized(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F) | n.a. | n.a. |
|
||||
| NEW | static public | double | trace(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F | transpose(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F | withColumn(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F | withRow(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D | add(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | column0(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | column1(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | column2(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | column3(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | double | determinant(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D | identity() | n.a. | n.a. |
|
||||
| NEW | static public | java.util.Optional | invert(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D | multiply(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4D | multiplyVectorPost(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | multiplyVectorPost(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D | ofAxisAngle(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D | ofColumns(com.io7m.jtensors.core.unparameterized.vectors.Vector4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D | ofRows(com.io7m.jtensors.core.unparameterized.vectors.Vector4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D | ofScale(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D | ofTranslation(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | row0(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | row1(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | row2(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | row3(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D | scale(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D | subtract(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D | toParameterized(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D | toUnparameterized(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | double | trace(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D | transpose(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D | withColumn(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D | withRow(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F | add(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | column0(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | column1(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | column2(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | column3(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | double | determinant(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F | identity() | n.a. | n.a. |
|
||||
| NEW | static public | java.util.Optional | invert(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F | multiply(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4F | multiplyVectorPost(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | multiplyVectorPost(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F | ofAxisAngle(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F | ofColumns(com.io7m.jtensors.core.unparameterized.vectors.Vector4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F | ofRows(com.io7m.jtensors.core.unparameterized.vectors.Vector4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F | ofScale(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F | ofTranslation(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | row0(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | row1(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | row2(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | row3(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F | scale(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F | subtract(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F | toParameterized(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F | toUnparameterized(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | double | trace(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F | transpose(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F | withColumn(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F | withRow(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F | zero() | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2DType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.matrices.PMatrixReadable2x2DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable2x2DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableDType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D | of(double,
| n.a. | n.a. |
|
||||
| NEW | public | double | r0c0() | n.a. | n.a. |
|
||||
| NEW | public | double | r0c1() | n.a. | n.a. |
|
||||
| NEW | public | double | r1c0() | n.a. | n.a. |
|
||||
| NEW | public | double | r1c1() | n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D$Builder | from(com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable2x2DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D$Builder | from(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D$Builder | setR0c0(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D$Builder | setR0c1(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D$Builder | setR1c0(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2D$Builder | setR1c1(double) | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.matrices.PMatrixReadable2x2DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable2x2DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableDType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | double | r0c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r0c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c1() | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2FType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.matrices.PMatrixReadable2x2FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable2x2FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableFType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F | of(float,
| n.a. | n.a. |
|
||||
| NEW | public | float | r0c0() | n.a. | n.a. |
|
||||
| NEW | public | float | r0c1() | n.a. | n.a. |
|
||||
| NEW | public | float | r1c0() | n.a. | n.a. |
|
||||
| NEW | public | float | r1c1() | n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F$Builder | from(com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F$Builder | from(com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable2x2FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F$Builder | setR0c0(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F$Builder | setR0c1(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F$Builder | setR1c0(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix2x2F$Builder | setR1c1(float) | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.matrices.PMatrixReadable2x2FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable2x2FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableFType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | float | r0c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r0c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c1() | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3DType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.matrices.PMatrixReadable3x3DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable3x3DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableDType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D | of(double,
| n.a. | n.a. |
|
||||
| NEW | public | double | r0c0() | n.a. | n.a. |
|
||||
| NEW | public | double | r0c1() | n.a. | n.a. |
|
||||
| NEW | public | double | r0c2() | n.a. | n.a. |
|
||||
| NEW | public | double | r1c0() | n.a. | n.a. |
|
||||
| NEW | public | double | r1c1() | n.a. | n.a. |
|
||||
| NEW | public | double | r1c2() | n.a. | n.a. |
|
||||
| NEW | public | double | r2c0() | n.a. | n.a. |
|
||||
| NEW | public | double | r2c1() | n.a. | n.a. |
|
||||
| NEW | public | double | r2c2() | n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D$Builder | from(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D$Builder | from(com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable3x3DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D$Builder | setR0c0(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D$Builder | setR0c1(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D$Builder | setR0c2(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D$Builder | setR1c0(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D$Builder | setR1c1(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D$Builder | setR1c2(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D$Builder | setR2c0(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D$Builder | setR2c1(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3D$Builder | setR2c2(double) | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.matrices.PMatrixReadable3x3DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable3x3DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableDType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | double | r0c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r0c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r0c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r2c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r2c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r2c2() | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3FType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.matrices.PMatrixReadable3x3FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable3x3FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableFType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F | of(float,
| n.a. | n.a. |
|
||||
| NEW | public | float | r0c0() | n.a. | n.a. |
|
||||
| NEW | public | float | r0c1() | n.a. | n.a. |
|
||||
| NEW | public | float | r0c2() | n.a. | n.a. |
|
||||
| NEW | public | float | r1c0() | n.a. | n.a. |
|
||||
| NEW | public | float | r1c1() | n.a. | n.a. |
|
||||
| NEW | public | float | r1c2() | n.a. | n.a. |
|
||||
| NEW | public | float | r2c0() | n.a. | n.a. |
|
||||
| NEW | public | float | r2c1() | n.a. | n.a. |
|
||||
| NEW | public | float | r2c2() | n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F$Builder | from(com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable3x3FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F$Builder | from(com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F$Builder | setR0c0(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F$Builder | setR0c1(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F$Builder | setR0c2(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F$Builder | setR1c0(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F$Builder | setR1c1(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F$Builder | setR1c2(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F$Builder | setR2c0(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F$Builder | setR2c1(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3F$Builder | setR2c2(float) | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.matrices.PMatrixReadable3x3FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable3x3FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableFType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | float | r0c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r0c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r0c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r2c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r2c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r2c2() | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4DType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.matrices.PMatrixReadable4x4DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable4x4DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableDType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D | of(double,
| n.a. | n.a. |
|
||||
| NEW | public | double | r0c0() | n.a. | n.a. |
|
||||
| NEW | public | double | r0c1() | n.a. | n.a. |
|
||||
| NEW | public | double | r0c2() | n.a. | n.a. |
|
||||
| NEW | public | double | r0c3() | n.a. | n.a. |
|
||||
| NEW | public | double | r1c0() | n.a. | n.a. |
|
||||
| NEW | public | double | r1c1() | n.a. | n.a. |
|
||||
| NEW | public | double | r1c2() | n.a. | n.a. |
|
||||
| NEW | public | double | r1c3() | n.a. | n.a. |
|
||||
| NEW | public | double | r2c0() | n.a. | n.a. |
|
||||
| NEW | public | double | r2c1() | n.a. | n.a. |
|
||||
| NEW | public | double | r2c2() | n.a. | n.a. |
|
||||
| NEW | public | double | r2c3() | n.a. | n.a. |
|
||||
| NEW | public | double | r3c0() | n.a. | n.a. |
|
||||
| NEW | public | double | r3c1() | n.a. | n.a. |
|
||||
| NEW | public | double | r3c2() | n.a. | n.a. |
|
||||
| NEW | public | double | r3c3() | n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D$Builder | from(com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable4x4DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D$Builder | from(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D$Builder | setR0c0(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D$Builder | setR0c1(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D$Builder | setR0c2(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D$Builder | setR0c3(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D$Builder | setR1c0(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D$Builder | setR1c1(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D$Builder | setR1c2(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D$Builder | setR1c3(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D$Builder | setR2c0(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D$Builder | setR2c1(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D$Builder | setR2c2(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D$Builder | setR2c3(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D$Builder | setR3c0(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D$Builder | setR3c1(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D$Builder | setR3c2(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D$Builder | setR3c3(double) | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.matrices.PMatrixReadable4x4DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable4x4DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableDType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | double | r0c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r0c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r0c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r0c3() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c3() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r2c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r2c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r2c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r2c3() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r3c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r3c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r3c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r3c3() | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4FType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.matrices.PMatrixReadable4x4FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable4x4FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableFType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F | of(float,
| n.a. | n.a. |
|
||||
| NEW | public | float | r0c0() | n.a. | n.a. |
|
||||
| NEW | public | float | r0c1() | n.a. | n.a. |
|
||||
| NEW | public | float | r0c2() | n.a. | n.a. |
|
||||
| NEW | public | float | r0c3() | n.a. | n.a. |
|
||||
| NEW | public | float | r1c0() | n.a. | n.a. |
|
||||
| NEW | public | float | r1c1() | n.a. | n.a. |
|
||||
| NEW | public | float | r1c2() | n.a. | n.a. |
|
||||
| NEW | public | float | r1c3() | n.a. | n.a. |
|
||||
| NEW | public | float | r2c0() | n.a. | n.a. |
|
||||
| NEW | public | float | r2c1() | n.a. | n.a. |
|
||||
| NEW | public | float | r2c2() | n.a. | n.a. |
|
||||
| NEW | public | float | r2c3() | n.a. | n.a. |
|
||||
| NEW | public | float | r3c0() | n.a. | n.a. |
|
||||
| NEW | public | float | r3c1() | n.a. | n.a. |
|
||||
| NEW | public | float | r3c2() | n.a. | n.a. |
|
||||
| NEW | public | float | r3c3() | n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F$Builder | from(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F$Builder | from(com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable4x4FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F$Builder | setR0c0(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F$Builder | setR0c1(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F$Builder | setR0c2(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F$Builder | setR0c3(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F$Builder | setR1c0(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F$Builder | setR1c1(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F$Builder | setR1c2(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F$Builder | setR1c3(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F$Builder | setR2c0(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F$Builder | setR2c1(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F$Builder | setR2c2(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F$Builder | setR2c3(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F$Builder | setR3c0(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F$Builder | setR3c1(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F$Builder | setR3c2(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F$Builder | setR3c3(float) | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.matrices.PMatrixReadable4x4FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable4x4FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableFType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | float | r0c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r0c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r0c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r0c3() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c3() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r2c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r2c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r2c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r2c3() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r3c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r3c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r3c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r3c3() | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable2x2DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableDType | n.a. |
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable2x2FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableFType | n.a. |
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable3x3DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableDType | n.a. |
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable3x3FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableFType | n.a. |
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable4x4DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableDType | n.a. |
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable4x4FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableFType | n.a. |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVector2DType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2D$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2D | of(double,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | double | x() | n.a. | n.a. |
|
||||
| NEW | public | double | y() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.parameterized.vectors.PVector2D | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector2D$Builder | from(com.io7m.jtensors.core.parameterized.vectors.PVector2DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector2D$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector2D$Builder | setX(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector2D$Builder | setY(double) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | double | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | y() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVector2FType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2F$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2F | of(float,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | float | x() | n.a. | n.a. |
|
||||
| NEW | public | float | y() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.parameterized.vectors.PVector2F | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector2F$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector2F$Builder | from(com.io7m.jtensors.core.parameterized.vectors.PVector2FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector2F$Builder | setX(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector2F$Builder | setY(float) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | float | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | y() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVector2IType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2I$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2I | of(int,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | int | x() | n.a. | n.a. |
|
||||
| NEW | public | int | y() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.parameterized.vectors.PVector2I | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector2I$Builder | from(com.io7m.jtensors.core.parameterized.vectors.PVector2IType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector2I$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector2I$Builder | setX(int) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector2I$Builder | setY(int) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | int | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | int | y() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVector2LType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2L$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2L | of(long,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | long | x() | n.a. | n.a. |
|
||||
| NEW | public | long | y() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.parameterized.vectors.PVector2L | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector2L$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector2L$Builder | from(com.io7m.jtensors.core.parameterized.vectors.PVector2LType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector2L$Builder | setX(long) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector2L$Builder | setY(long) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | long | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | long | y() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVector3DType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2DType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable3DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3DType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3D$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3D | of(double,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | double | x() | n.a. | n.a. |
|
||||
| NEW | public | double | y() | n.a. | n.a. |
|
||||
| NEW | public | double | z() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.parameterized.vectors.PVector3D | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3D$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3D$Builder | from(com.io7m.jtensors.core.parameterized.vectors.PVector3DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3D$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3D$Builder | setX(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3D$Builder | setY(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3D$Builder | setZ(double) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2DType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable3DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3DType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | double | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | y() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | z() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVector3FType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2FType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable3FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3FType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3F$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3F | of(float,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | float | x() | n.a. | n.a. |
|
||||
| NEW | public | float | y() | n.a. | n.a. |
|
||||
| NEW | public | float | z() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.parameterized.vectors.PVector3F | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3F$Builder | from(com.io7m.jtensors.core.parameterized.vectors.PVector3FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3F$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3F$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3F$Builder | setX(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3F$Builder | setY(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3F$Builder | setZ(float) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2FType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable3FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3FType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | float | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | y() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | z() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVector3IType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2IType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable3IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3I$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3I | of(int,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | int | x() | n.a. | n.a. |
|
||||
| NEW | public | int | y() | n.a. | n.a. |
|
||||
| NEW | public | int | z() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.parameterized.vectors.PVector3I | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3I$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3I$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3I$Builder | from(com.io7m.jtensors.core.parameterized.vectors.PVector3IType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3I$Builder | setX(int) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3I$Builder | setY(int) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3I$Builder | setZ(int) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2IType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable3IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | int | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | int | y() | n.a. | n.a. |
|
||||
| NEW | public abstract | int | z() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVector3LType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2LType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable3LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3L$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3L | of(long,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | long | x() | n.a. | n.a. |
|
||||
| NEW | public | long | y() | n.a. | n.a. |
|
||||
| NEW | public | long | z() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.parameterized.vectors.PVector3L | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3L$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3L$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3L$Builder | from(com.io7m.jtensors.core.parameterized.vectors.PVector3LType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3L$Builder | setX(long) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3L$Builder | setY(long) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector3L$Builder | setZ(long) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2LType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable3LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | long | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | long | y() | n.a. | n.a. |
|
||||
| NEW | public abstract | long | z() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVector4DType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2DType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable3DType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable4DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4DType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4D$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4D | of(double,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | double | w() | n.a. | n.a. |
|
||||
| NEW | public | double | x() | n.a. | n.a. |
|
||||
| NEW | public | double | y() | n.a. | n.a. |
|
||||
| NEW | public | double | z() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.parameterized.vectors.PVector4D | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4D$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4D$Builder | from(com.io7m.jtensors.core.parameterized.vectors.PVector4DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4D$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4D$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4D$Builder | setW(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4D$Builder | setX(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4D$Builder | setY(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4D$Builder | setZ(double) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2DType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable3DType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable4DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4DType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | double | w() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | y() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | z() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVector4FType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2FType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable3FType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable4FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4FType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4F$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4F | of(float,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | float | w() | n.a. | n.a. |
|
||||
| NEW | public | float | x() | n.a. | n.a. |
|
||||
| NEW | public | float | y() | n.a. | n.a. |
|
||||
| NEW | public | float | z() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.parameterized.vectors.PVector4F | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4F$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4F$Builder | from(com.io7m.jtensors.core.parameterized.vectors.PVector4FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4F$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4F$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4F$Builder | setW(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4F$Builder | setX(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4F$Builder | setY(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4F$Builder | setZ(float) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2FType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable3FType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable4FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4FType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | float | w() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | y() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | z() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVector4IType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2IType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable3IType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable4IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4IType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4I$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4I | of(int,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | int | w() | n.a. | n.a. |
|
||||
| NEW | public | int | x() | n.a. | n.a. |
|
||||
| NEW | public | int | y() | n.a. | n.a. |
|
||||
| NEW | public | int | z() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.parameterized.vectors.PVector4I | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4I$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4I$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4I$Builder | from(com.io7m.jtensors.core.parameterized.vectors.PVector4IType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4I$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4IType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4I$Builder | setW(int) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4I$Builder | setX(int) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4I$Builder | setY(int) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4I$Builder | setZ(int) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2IType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable3IType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable4IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4IType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | int | w() | n.a. | n.a. |
|
||||
| NEW | public abstract | int | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | int | y() | n.a. | n.a. |
|
||||
| NEW | public abstract | int | z() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVector4LType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2LType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable3LType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable4LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4LType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4L$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4L | of(long,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | long | w() | n.a. | n.a. |
|
||||
| NEW | public | long | x() | n.a. | n.a. |
|
||||
| NEW | public | long | y() | n.a. | n.a. |
|
||||
| NEW | public | long | z() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.parameterized.vectors.PVector4L | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4L$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4LType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4L$Builder | from(com.io7m.jtensors.core.parameterized.vectors.PVector4LType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4L$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4L$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4L$Builder | setW(long) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4L$Builder | setX(long) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4L$Builder | setY(long) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.parameterized.vectors.PVector4L$Builder | setZ(long) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2LType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable3LType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable4LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4LType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | long | w() | n.a. | n.a. |
|
||||
| NEW | public abstract | long | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | long | y() | n.a. | n.a. |
|
||||
| NEW | public abstract | long | z() | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType | n.a. |
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType | n.a. |
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType | n.a. |
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType | n.a. |
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3DType | n.a. |
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3FType | n.a. |
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType | n.a. |
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType | n.a. |
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2DType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable3DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4DType | n.a. |
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2FType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable3FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4FType | n.a. |
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2IType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable3IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4IType | n.a. |
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable2LType | n.a. |
| NEW | com.io7m.jtensors.core.parameterized.vectors.PVectorReadable3LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4LType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2D | absolute(com.io7m.jtensors.core.parameterized.vectors.PVector2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2D | add(com.io7m.jtensors.core.parameterized.vectors.PVector2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2D | addScaled(com.io7m.jtensors.core.parameterized.vectors.PVector2D,
| n.a. | n.a. |
|
||||
| NEW | static public | double | angle(com.io7m.jtensors.core.parameterized.vectors.PVector2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2D | clamp(com.io7m.jtensors.core.parameterized.vectors.PVector2D,
| n.a. | n.a. |
|
||||
| NEW | static public | double | dotProduct(com.io7m.jtensors.core.parameterized.vectors.PVector2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2D | interpolateLinear(com.io7m.jtensors.core.parameterized.vectors.PVector2D,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.parameterized.vectors.PVector2D) | n.a. | n.a. |
|
||||
| NEW | static public | double | magnitudeSquared(com.io7m.jtensors.core.parameterized.vectors.PVector2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2D | negate(com.io7m.jtensors.core.parameterized.vectors.PVector2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2D | normalize(com.io7m.jtensors.core.parameterized.vectors.PVector2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2D | scale(com.io7m.jtensors.core.parameterized.vectors.PVector2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2D | subtract(com.io7m.jtensors.core.parameterized.vectors.PVector2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2D | toParameterized(com.io7m.jtensors.core.unparameterized.vectors.Vector2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D | toUnparameterized(com.io7m.jtensors.core.parameterized.vectors.PVector2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2D | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2F | absolute(com.io7m.jtensors.core.parameterized.vectors.PVector2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2F | add(com.io7m.jtensors.core.parameterized.vectors.PVector2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2F | addScaled(com.io7m.jtensors.core.parameterized.vectors.PVector2F,
| n.a. | n.a. |
|
||||
| NEW | static public | double | angle(com.io7m.jtensors.core.parameterized.vectors.PVector2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2F | clamp(com.io7m.jtensors.core.parameterized.vectors.PVector2F,
| n.a. | n.a. |
|
||||
| NEW | static public | double | dotProduct(com.io7m.jtensors.core.parameterized.vectors.PVector2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2F | interpolateLinear(com.io7m.jtensors.core.parameterized.vectors.PVector2F,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.parameterized.vectors.PVector2F) | n.a. | n.a. |
|
||||
| NEW | static public | double | magnitudeSquared(com.io7m.jtensors.core.parameterized.vectors.PVector2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2F | negate(com.io7m.jtensors.core.parameterized.vectors.PVector2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2F | normalize(com.io7m.jtensors.core.parameterized.vectors.PVector2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2F | scale(com.io7m.jtensors.core.parameterized.vectors.PVector2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2F | subtract(com.io7m.jtensors.core.parameterized.vectors.PVector2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2F | toParameterized(com.io7m.jtensors.core.unparameterized.vectors.Vector2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F | toUnparameterized(com.io7m.jtensors.core.parameterized.vectors.PVector2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2F | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2I | absolute(com.io7m.jtensors.core.parameterized.vectors.PVector2I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2I | add(com.io7m.jtensors.core.parameterized.vectors.PVector2I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2I | addScaled(com.io7m.jtensors.core.parameterized.vectors.PVector2I,
| n.a. | n.a. |
|
||||
| NEW | static public | double | angle(com.io7m.jtensors.core.parameterized.vectors.PVector2I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2I | clamp(com.io7m.jtensors.core.parameterized.vectors.PVector2I,
| n.a. | n.a. |
|
||||
| NEW | static public | long | dotProduct(com.io7m.jtensors.core.parameterized.vectors.PVector2I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2I | interpolateLinear(com.io7m.jtensors.core.parameterized.vectors.PVector2I,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.parameterized.vectors.PVector2I) | n.a. | n.a. |
|
||||
| NEW | static public | long | magnitudeSquared(com.io7m.jtensors.core.parameterized.vectors.PVector2I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2I | negate(com.io7m.jtensors.core.parameterized.vectors.PVector2I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2I | scale(com.io7m.jtensors.core.parameterized.vectors.PVector2I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2I | subtract(com.io7m.jtensors.core.parameterized.vectors.PVector2I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2I | toParameterized(com.io7m.jtensors.core.unparameterized.vectors.Vector2I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2I | toUnparameterized(com.io7m.jtensors.core.parameterized.vectors.PVector2I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2I | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2L | absolute(com.io7m.jtensors.core.parameterized.vectors.PVector2L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2L | add(com.io7m.jtensors.core.parameterized.vectors.PVector2L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2L | addScaled(com.io7m.jtensors.core.parameterized.vectors.PVector2L,
| n.a. | n.a. |
|
||||
| NEW | static public | double | angle(com.io7m.jtensors.core.parameterized.vectors.PVector2L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2L | clamp(com.io7m.jtensors.core.parameterized.vectors.PVector2L,
| n.a. | n.a. |
|
||||
| NEW | static public | long | dotProduct(com.io7m.jtensors.core.parameterized.vectors.PVector2L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2L | interpolateLinear(com.io7m.jtensors.core.parameterized.vectors.PVector2L,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.parameterized.vectors.PVector2L) | n.a. | n.a. |
|
||||
| NEW | static public | long | magnitudeSquared(com.io7m.jtensors.core.parameterized.vectors.PVector2L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2L | negate(com.io7m.jtensors.core.parameterized.vectors.PVector2L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2L | scale(com.io7m.jtensors.core.parameterized.vectors.PVector2L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2L | subtract(com.io7m.jtensors.core.parameterized.vectors.PVector2L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2L | toParameterized(com.io7m.jtensors.core.unparameterized.vectors.Vector2L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2L | toUnparameterized(com.io7m.jtensors.core.parameterized.vectors.PVector2L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector2L | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3D | absolute(com.io7m.jtensors.core.parameterized.vectors.PVector3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3D | add(com.io7m.jtensors.core.parameterized.vectors.PVector3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3D | addScaled(com.io7m.jtensors.core.parameterized.vectors.PVector3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3D | clamp(com.io7m.jtensors.core.parameterized.vectors.PVector3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3D | crossProduct(com.io7m.jtensors.core.parameterized.vectors.PVector3D,
| n.a. | n.a. |
|
||||
| NEW | static public | double | dotProduct(com.io7m.jtensors.core.parameterized.vectors.PVector3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3D | interpolateLinear(com.io7m.jtensors.core.parameterized.vectors.PVector3D,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.parameterized.vectors.PVector3D) | n.a. | n.a. |
|
||||
| NEW | static public | double | magnitudeSquared(com.io7m.jtensors.core.parameterized.vectors.PVector3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3D | negate(com.io7m.jtensors.core.parameterized.vectors.PVector3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3D | normalize(com.io7m.jtensors.core.parameterized.vectors.PVector3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3D | scale(com.io7m.jtensors.core.parameterized.vectors.PVector3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3D | subtract(com.io7m.jtensors.core.parameterized.vectors.PVector3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3D | toParameterized(com.io7m.jtensors.core.unparameterized.vectors.Vector3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | toUnparameterized(com.io7m.jtensors.core.parameterized.vectors.PVector3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3D | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3F | absolute(com.io7m.jtensors.core.parameterized.vectors.PVector3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3F | add(com.io7m.jtensors.core.parameterized.vectors.PVector3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3F | addScaled(com.io7m.jtensors.core.parameterized.vectors.PVector3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3F | clamp(com.io7m.jtensors.core.parameterized.vectors.PVector3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3F | crossProduct(com.io7m.jtensors.core.parameterized.vectors.PVector3F,
| n.a. | n.a. |
|
||||
| NEW | static public | double | dotProduct(com.io7m.jtensors.core.parameterized.vectors.PVector3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3F | interpolateLinear(com.io7m.jtensors.core.parameterized.vectors.PVector3F,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.parameterized.vectors.PVector3F) | n.a. | n.a. |
|
||||
| NEW | static public | double | magnitudeSquared(com.io7m.jtensors.core.parameterized.vectors.PVector3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3F | negate(com.io7m.jtensors.core.parameterized.vectors.PVector3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3F | normalize(com.io7m.jtensors.core.parameterized.vectors.PVector3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3F | scale(com.io7m.jtensors.core.parameterized.vectors.PVector3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3F | subtract(com.io7m.jtensors.core.parameterized.vectors.PVector3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3F | toParameterized(com.io7m.jtensors.core.unparameterized.vectors.Vector3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | toUnparameterized(com.io7m.jtensors.core.parameterized.vectors.PVector3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3F | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3I | absolute(com.io7m.jtensors.core.parameterized.vectors.PVector3I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3I | add(com.io7m.jtensors.core.parameterized.vectors.PVector3I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3I | addScaled(com.io7m.jtensors.core.parameterized.vectors.PVector3I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3I | clamp(com.io7m.jtensors.core.parameterized.vectors.PVector3I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3I | crossProduct(com.io7m.jtensors.core.parameterized.vectors.PVector3I,
| n.a. | n.a. |
|
||||
| NEW | static public | long | dotProduct(com.io7m.jtensors.core.parameterized.vectors.PVector3I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3I | interpolateLinear(com.io7m.jtensors.core.parameterized.vectors.PVector3I,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.parameterized.vectors.PVector3I) | n.a. | n.a. |
|
||||
| NEW | static public | long | magnitudeSquared(com.io7m.jtensors.core.parameterized.vectors.PVector3I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3I | negate(com.io7m.jtensors.core.parameterized.vectors.PVector3I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3I | scale(com.io7m.jtensors.core.parameterized.vectors.PVector3I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3I | subtract(com.io7m.jtensors.core.parameterized.vectors.PVector3I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3I | toParameterized(com.io7m.jtensors.core.unparameterized.vectors.Vector3I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3I | toUnparameterized(com.io7m.jtensors.core.parameterized.vectors.PVector3I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3I | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3L | absolute(com.io7m.jtensors.core.parameterized.vectors.PVector3L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3L | add(com.io7m.jtensors.core.parameterized.vectors.PVector3L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3L | addScaled(com.io7m.jtensors.core.parameterized.vectors.PVector3L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3L | clamp(com.io7m.jtensors.core.parameterized.vectors.PVector3L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3L | crossProduct(com.io7m.jtensors.core.parameterized.vectors.PVector3L,
| n.a. | n.a. |
|
||||
| NEW | static public | long | dotProduct(com.io7m.jtensors.core.parameterized.vectors.PVector3L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3L | interpolateLinear(com.io7m.jtensors.core.parameterized.vectors.PVector3L,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.parameterized.vectors.PVector3L) | n.a. | n.a. |
|
||||
| NEW | static public | long | magnitudeSquared(com.io7m.jtensors.core.parameterized.vectors.PVector3L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3L | negate(com.io7m.jtensors.core.parameterized.vectors.PVector3L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3L | scale(com.io7m.jtensors.core.parameterized.vectors.PVector3L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3L | subtract(com.io7m.jtensors.core.parameterized.vectors.PVector3L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3L | toParameterized(com.io7m.jtensors.core.unparameterized.vectors.Vector3L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3L | toUnparameterized(com.io7m.jtensors.core.parameterized.vectors.PVector3L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector3L | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4D | absolute(com.io7m.jtensors.core.parameterized.vectors.PVector4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4D | add(com.io7m.jtensors.core.parameterized.vectors.PVector4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4D | addScaled(com.io7m.jtensors.core.parameterized.vectors.PVector4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4D | clamp(com.io7m.jtensors.core.parameterized.vectors.PVector4D,
| n.a. | n.a. |
|
||||
| NEW | static public | double | dotProduct(com.io7m.jtensors.core.parameterized.vectors.PVector4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4D | interpolateLinear(com.io7m.jtensors.core.parameterized.vectors.PVector4D,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.parameterized.vectors.PVector4D) | n.a. | n.a. |
|
||||
| NEW | static public | double | magnitudeSquared(com.io7m.jtensors.core.parameterized.vectors.PVector4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4D | negate(com.io7m.jtensors.core.parameterized.vectors.PVector4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4D | normalize(com.io7m.jtensors.core.parameterized.vectors.PVector4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4D | scale(com.io7m.jtensors.core.parameterized.vectors.PVector4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4D | subtract(com.io7m.jtensors.core.parameterized.vectors.PVector4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4D | toParameterized(com.io7m.jtensors.core.unparameterized.vectors.Vector4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | toUnparameterized(com.io7m.jtensors.core.parameterized.vectors.PVector4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4D | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4F | absolute(com.io7m.jtensors.core.parameterized.vectors.PVector4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4F | add(com.io7m.jtensors.core.parameterized.vectors.PVector4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4F | addScaled(com.io7m.jtensors.core.parameterized.vectors.PVector4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4F | clamp(com.io7m.jtensors.core.parameterized.vectors.PVector4F,
| n.a. | n.a. |
|
||||
| NEW | static public | double | dotProduct(com.io7m.jtensors.core.parameterized.vectors.PVector4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4F | interpolateLinear(com.io7m.jtensors.core.parameterized.vectors.PVector4F,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.parameterized.vectors.PVector4F) | n.a. | n.a. |
|
||||
| NEW | static public | double | magnitudeSquared(com.io7m.jtensors.core.parameterized.vectors.PVector4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4F | negate(com.io7m.jtensors.core.parameterized.vectors.PVector4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4F | normalize(com.io7m.jtensors.core.parameterized.vectors.PVector4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4F | scale(com.io7m.jtensors.core.parameterized.vectors.PVector4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4F | subtract(com.io7m.jtensors.core.parameterized.vectors.PVector4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4F | toParameterized(com.io7m.jtensors.core.unparameterized.vectors.Vector4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | toUnparameterized(com.io7m.jtensors.core.parameterized.vectors.PVector4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4F | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4I | absolute(com.io7m.jtensors.core.parameterized.vectors.PVector4I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4I | add(com.io7m.jtensors.core.parameterized.vectors.PVector4I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4I | addScaled(com.io7m.jtensors.core.parameterized.vectors.PVector4I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4I | clamp(com.io7m.jtensors.core.parameterized.vectors.PVector4I,
| n.a. | n.a. |
|
||||
| NEW | static public | long | dotProduct(com.io7m.jtensors.core.parameterized.vectors.PVector4I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4I | interpolateLinear(com.io7m.jtensors.core.parameterized.vectors.PVector4I,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.parameterized.vectors.PVector4I) | n.a. | n.a. |
|
||||
| NEW | static public | long | magnitudeSquared(com.io7m.jtensors.core.parameterized.vectors.PVector4I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4I | negate(com.io7m.jtensors.core.parameterized.vectors.PVector4I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4I | scale(com.io7m.jtensors.core.parameterized.vectors.PVector4I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4I | subtract(com.io7m.jtensors.core.parameterized.vectors.PVector4I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4I | toParameterized(com.io7m.jtensors.core.unparameterized.vectors.Vector4I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4I | toUnparameterized(com.io7m.jtensors.core.parameterized.vectors.PVector4I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4I | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4L | absolute(com.io7m.jtensors.core.parameterized.vectors.PVector4L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4L | add(com.io7m.jtensors.core.parameterized.vectors.PVector4L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4L | addScaled(com.io7m.jtensors.core.parameterized.vectors.PVector4L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4L | clamp(com.io7m.jtensors.core.parameterized.vectors.PVector4L,
| n.a. | n.a. |
|
||||
| NEW | static public | long | dotProduct(com.io7m.jtensors.core.parameterized.vectors.PVector4L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4L | interpolateLinear(com.io7m.jtensors.core.parameterized.vectors.PVector4L,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.parameterized.vectors.PVector4L) | n.a. | n.a. |
|
||||
| NEW | static public | long | magnitudeSquared(com.io7m.jtensors.core.parameterized.vectors.PVector4L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4L | negate(com.io7m.jtensors.core.parameterized.vectors.PVector4L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4L | scale(com.io7m.jtensors.core.parameterized.vectors.PVector4L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4L | subtract(com.io7m.jtensors.core.parameterized.vectors.PVector4L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4L | toParameterized(com.io7m.jtensors.core.unparameterized.vectors.Vector4L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4L | toUnparameterized(com.io7m.jtensors.core.parameterized.vectors.PVector4L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.vectors.PVector4L | zero() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.quaternions.Quaternion4DType | n.a. |
| NEW | com.io7m.jtensors.core.quaternions.QuaternionReadable4DType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4D$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4D | of(double,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | double | w() | n.a. | n.a. |
|
||||
| NEW | public | double | x() | n.a. | n.a. |
|
||||
| NEW | public | double | y() | n.a. | n.a. |
|
||||
| NEW | public | double | z() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.quaternions.Quaternion4D | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.quaternions.Quaternion4D$Builder | from(com.io7m.jtensors.core.quaternions.QuaternionReadable4DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.quaternions.Quaternion4D$Builder | from(com.io7m.jtensors.core.quaternions.Quaternion4DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.quaternions.Quaternion4D$Builder | setW(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.quaternions.Quaternion4D$Builder | setX(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.quaternions.Quaternion4D$Builder | setY(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.quaternions.Quaternion4D$Builder | setZ(double) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.quaternions.QuaternionReadable4DType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | double | w() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | y() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | z() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.quaternions.Quaternion4FType | n.a. |
| NEW | com.io7m.jtensors.core.quaternions.QuaternionReadable4FType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4F$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4F | of(float,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | float | w() | n.a. | n.a. |
|
||||
| NEW | public | float | x() | n.a. | n.a. |
|
||||
| NEW | public | float | y() | n.a. | n.a. |
|
||||
| NEW | public | float | z() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.quaternions.Quaternion4F | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.quaternions.Quaternion4F$Builder | from(com.io7m.jtensors.core.quaternions.QuaternionReadable4FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.quaternions.Quaternion4F$Builder | from(com.io7m.jtensors.core.quaternions.Quaternion4FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.quaternions.Quaternion4F$Builder | setW(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.quaternions.Quaternion4F$Builder | setX(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.quaternions.Quaternion4F$Builder | setY(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.quaternions.Quaternion4F$Builder | setZ(float) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.quaternions.QuaternionReadable4FType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | float | w() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | y() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | z() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | double | w() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | y() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | z() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | float | w() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | y() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | z() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4D | add(com.io7m.jtensors.core.quaternions.Quaternion4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4D | conjugate(com.io7m.jtensors.core.quaternions.Quaternion4D) | n.a. | n.a. |
|
||||
| NEW | static public | double | dotProduct(com.io7m.jtensors.core.quaternions.Quaternion4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4D | identity() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4D | interpolateLinear(com.io7m.jtensors.core.quaternions.Quaternion4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4D | interpolateSphericalLinear(com.io7m.jtensors.core.quaternions.Quaternion4D,
| n.a. | n.a. |
|
||||
| NEW | static public | boolean | isNegationOf(com.io7m.jtensors.core.quaternions.Quaternions4D$ComponentComparatorType,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.quaternions.Quaternion4D) | n.a. | n.a. |
|
||||
| NEW | static public | double | magnitudeSquared(com.io7m.jtensors.core.quaternions.Quaternion4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4D | multiply(com.io7m.jtensors.core.quaternions.Quaternion4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4D | negate(com.io7m.jtensors.core.quaternions.Quaternion4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4D | normalize(com.io7m.jtensors.core.quaternions.Quaternion4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4D | ofAxisAngle(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4D | ofMatrix4x4(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4D | ofPMatrix4x4(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4D | scale(com.io7m.jtensors.core.quaternions.Quaternion4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4D | subtract(com.io7m.jtensors.core.quaternions.Quaternion4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D | toMatrix4x4(com.io7m.jtensors.core.quaternions.Quaternion4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4D | toPMatrix4x4(com.io7m.jtensors.core.quaternions.Quaternion4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4D | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | boolean | equals(double,
| n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4F | add(com.io7m.jtensors.core.quaternions.Quaternion4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4F | conjugate(com.io7m.jtensors.core.quaternions.Quaternion4F) | n.a. | n.a. |
|
||||
| NEW | static public | double | dotProduct(com.io7m.jtensors.core.quaternions.Quaternion4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4F | identity() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4F | interpolateLinear(com.io7m.jtensors.core.quaternions.Quaternion4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4F | interpolateSphericalLinear(com.io7m.jtensors.core.quaternions.Quaternion4F,
| n.a. | n.a. |
|
||||
| NEW | static public | boolean | isNegationOf(com.io7m.jtensors.core.quaternions.Quaternions4F$ComponentComparatorType,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.quaternions.Quaternion4F) | n.a. | n.a. |
|
||||
| NEW | static public | double | magnitudeSquared(com.io7m.jtensors.core.quaternions.Quaternion4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4F | multiply(com.io7m.jtensors.core.quaternions.Quaternion4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4F | negate(com.io7m.jtensors.core.quaternions.Quaternion4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4F | normalize(com.io7m.jtensors.core.quaternions.Quaternion4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4F | ofAxisAngle(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4F | ofMatrix4x4(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4F | ofPMatrix4x4(com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4F | scale(com.io7m.jtensors.core.quaternions.Quaternion4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4F | subtract(com.io7m.jtensors.core.quaternions.Quaternion4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F | toMatrix4x4(com.io7m.jtensors.core.quaternions.Quaternion4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.parameterized.matrices.PMatrix4x4F | toPMatrix4x4(com.io7m.jtensors.core.quaternions.Quaternion4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.quaternions.Quaternion4F | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | boolean | equals(double,
| n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D | add(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D | column0(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D | column1(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D) | n.a. | n.a. |
|
||||
| NEW | static public | double | determinant(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D | identity() | n.a. | n.a. |
|
||||
| NEW | static public | java.util.Optional | invert(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D | multiply(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D | multiplyVectorPost(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D | ofColumns(com.io7m.jtensors.core.unparameterized.vectors.Vector2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D | ofRows(com.io7m.jtensors.core.unparameterized.vectors.Vector2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D | ofScale(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D | row0(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D | row1(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D | scale(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D | subtract(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D,
| n.a. | n.a. |
|
||||
| NEW | static public | double | trace(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D | transpose(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D | withColumn(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D | withRow(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F | add(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F | column0(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F | column1(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F) | n.a. | n.a. |
|
||||
| NEW | static public | double | determinant(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F | identity() | n.a. | n.a. |
|
||||
| NEW | static public | java.util.Optional | invert(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F | multiply(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F | multiplyVectorPost(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F | ofColumns(com.io7m.jtensors.core.unparameterized.vectors.Vector2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F | ofRows(com.io7m.jtensors.core.unparameterized.vectors.Vector2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F | ofScale(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F | row0(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F | row1(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F | scale(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F | subtract(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F,
| n.a. | n.a. |
|
||||
| NEW | static public | double | trace(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F | transpose(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F | withColumn(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F | withRow(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D | add(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | column0(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | column1(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | column2(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D) | n.a. | n.a. |
|
||||
| NEW | static public | double | determinant(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D | identity() | n.a. | n.a. |
|
||||
| NEW | static public | java.util.Optional | invert(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D | multiply(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | multiplyVectorPost(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D | ofAxisAngle(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D | ofColumns(com.io7m.jtensors.core.unparameterized.vectors.Vector3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D | ofRows(com.io7m.jtensors.core.unparameterized.vectors.Vector3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D | ofScale(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | row0(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | row1(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | row2(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D | scale(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D | subtract(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D,
| n.a. | n.a. |
|
||||
| NEW | static public | double | trace(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D | transpose(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D | withColumn(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D | withRow(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F | add(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | column0(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | column1(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | column2(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F) | n.a. | n.a. |
|
||||
| NEW | static public | double | determinant(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F | identity() | n.a. | n.a. |
|
||||
| NEW | static public | java.util.Optional | invert(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F | multiply(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | multiplyVectorPost(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F | ofAxisAngle(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F | ofColumns(com.io7m.jtensors.core.unparameterized.vectors.Vector3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F | ofRows(com.io7m.jtensors.core.unparameterized.vectors.Vector3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F | ofScale(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | row0(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | row1(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | row2(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F | scale(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F | subtract(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F,
| n.a. | n.a. |
|
||||
| NEW | static public | double | trace(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F | transpose(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F | withColumn(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F | withRow(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D | add(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | column0(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | column1(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | column2(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | column3(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | double | determinant(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D | identity() | n.a. | n.a. |
|
||||
| NEW | static public | java.util.Optional | invert(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D | multiply(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | multiplyVectorPost(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D | ofAxisAngle(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D | ofColumns(com.io7m.jtensors.core.unparameterized.vectors.Vector4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D | ofRows(com.io7m.jtensors.core.unparameterized.vectors.Vector4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D | ofScale(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D | ofTranslation(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | row0(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | row1(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | row2(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | row3(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D | scale(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D | subtract(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D,
| n.a. | n.a. |
|
||||
| NEW | static public | double | trace(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D | transpose(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D | withColumn(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D | withRow(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F | add(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | column0(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | column1(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | column2(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | column3(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | double | determinant(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F | identity() | n.a. | n.a. |
|
||||
| NEW | static public | java.util.Optional | invert(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F | multiply(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | multiplyVectorPost(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F | ofAxisAngle(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F | ofColumns(com.io7m.jtensors.core.unparameterized.vectors.Vector4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F | ofRows(com.io7m.jtensors.core.unparameterized.vectors.Vector4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F | ofScale(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F | ofTranslation(double,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | row0(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | row1(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | row2(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | row3(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F | scale(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F | subtract(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F,
| n.a. | n.a. |
|
||||
| NEW | static public | double | trace(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F | transpose(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F | withColumn(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F | withRow(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F | zero() | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable2x2DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableDType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D | of(double,
| n.a. | n.a. |
|
||||
| NEW | public | double | r0c0() | n.a. | n.a. |
|
||||
| NEW | public | double | r0c1() | n.a. | n.a. |
|
||||
| NEW | public | double | r1c0() | n.a. | n.a. |
|
||||
| NEW | public | double | r1c1() | n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D$Builder | from(com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable2x2DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D$Builder | from(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D$Builder | setR0c0(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D$Builder | setR0c1(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D$Builder | setR1c0(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2D$Builder | setR1c1(double) | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable2x2DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableDType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | double | r0c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r0c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c1() | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable2x2FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableFType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F | of(float,
| n.a. | n.a. |
|
||||
| NEW | public | float | r0c0() | n.a. | n.a. |
|
||||
| NEW | public | float | r0c1() | n.a. | n.a. |
|
||||
| NEW | public | float | r1c0() | n.a. | n.a. |
|
||||
| NEW | public | float | r1c1() | n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F$Builder | from(com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable2x2FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F$Builder | from(com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F$Builder | setR0c0(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F$Builder | setR0c1(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F$Builder | setR1c0(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2F$Builder | setR1c1(float) | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable2x2FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableFType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | float | r0c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r0c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c1() | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable3x3DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableDType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D | of(double,
| n.a. | n.a. |
|
||||
| NEW | public | double | r0c0() | n.a. | n.a. |
|
||||
| NEW | public | double | r0c1() | n.a. | n.a. |
|
||||
| NEW | public | double | r0c2() | n.a. | n.a. |
|
||||
| NEW | public | double | r1c0() | n.a. | n.a. |
|
||||
| NEW | public | double | r1c1() | n.a. | n.a. |
|
||||
| NEW | public | double | r1c2() | n.a. | n.a. |
|
||||
| NEW | public | double | r2c0() | n.a. | n.a. |
|
||||
| NEW | public | double | r2c1() | n.a. | n.a. |
|
||||
| NEW | public | double | r2c2() | n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D$Builder | from(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D$Builder | from(com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable3x3DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D$Builder | setR0c0(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D$Builder | setR0c1(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D$Builder | setR0c2(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D$Builder | setR1c0(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D$Builder | setR1c1(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D$Builder | setR1c2(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D$Builder | setR2c0(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D$Builder | setR2c1(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D$Builder | setR2c2(double) | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable3x3DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableDType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | double | r0c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r0c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r0c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r2c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r2c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r2c2() | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable3x3FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableFType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F | of(float,
| n.a. | n.a. |
|
||||
| NEW | public | float | r0c0() | n.a. | n.a. |
|
||||
| NEW | public | float | r0c1() | n.a. | n.a. |
|
||||
| NEW | public | float | r0c2() | n.a. | n.a. |
|
||||
| NEW | public | float | r1c0() | n.a. | n.a. |
|
||||
| NEW | public | float | r1c1() | n.a. | n.a. |
|
||||
| NEW | public | float | r1c2() | n.a. | n.a. |
|
||||
| NEW | public | float | r2c0() | n.a. | n.a. |
|
||||
| NEW | public | float | r2c1() | n.a. | n.a. |
|
||||
| NEW | public | float | r2c2() | n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F$Builder | from(com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable3x3FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F$Builder | from(com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F$Builder | setR0c0(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F$Builder | setR0c1(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F$Builder | setR0c2(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F$Builder | setR1c0(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F$Builder | setR1c1(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F$Builder | setR1c2(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F$Builder | setR2c0(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F$Builder | setR2c1(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3F$Builder | setR2c2(float) | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable3x3FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableFType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | float | r0c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r0c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r0c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r2c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r2c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r2c2() | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable4x4DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableDType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D | of(double,
| n.a. | n.a. |
|
||||
| NEW | public | double | r0c0() | n.a. | n.a. |
|
||||
| NEW | public | double | r0c1() | n.a. | n.a. |
|
||||
| NEW | public | double | r0c2() | n.a. | n.a. |
|
||||
| NEW | public | double | r0c3() | n.a. | n.a. |
|
||||
| NEW | public | double | r1c0() | n.a. | n.a. |
|
||||
| NEW | public | double | r1c1() | n.a. | n.a. |
|
||||
| NEW | public | double | r1c2() | n.a. | n.a. |
|
||||
| NEW | public | double | r1c3() | n.a. | n.a. |
|
||||
| NEW | public | double | r2c0() | n.a. | n.a. |
|
||||
| NEW | public | double | r2c1() | n.a. | n.a. |
|
||||
| NEW | public | double | r2c2() | n.a. | n.a. |
|
||||
| NEW | public | double | r2c3() | n.a. | n.a. |
|
||||
| NEW | public | double | r3c0() | n.a. | n.a. |
|
||||
| NEW | public | double | r3c1() | n.a. | n.a. |
|
||||
| NEW | public | double | r3c2() | n.a. | n.a. |
|
||||
| NEW | public | double | r3c3() | n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D$Builder | from(com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable4x4DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D$Builder | from(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D$Builder | setR0c0(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D$Builder | setR0c1(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D$Builder | setR0c2(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D$Builder | setR0c3(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D$Builder | setR1c0(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D$Builder | setR1c1(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D$Builder | setR1c2(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D$Builder | setR1c3(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D$Builder | setR2c0(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D$Builder | setR2c1(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D$Builder | setR2c2(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D$Builder | setR2c3(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D$Builder | setR3c0(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D$Builder | setR3c1(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D$Builder | setR3c2(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D$Builder | setR3c3(double) | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable4x4DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableDType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | double | r0c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r0c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r0c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r0c3() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c3() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r2c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r2c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r2c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r2c3() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r3c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r3c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r3c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r3c3() | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable4x4FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableFType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F | of(float,
| n.a. | n.a. |
|
||||
| NEW | public | float | r0c0() | n.a. | n.a. |
|
||||
| NEW | public | float | r0c1() | n.a. | n.a. |
|
||||
| NEW | public | float | r0c2() | n.a. | n.a. |
|
||||
| NEW | public | float | r0c3() | n.a. | n.a. |
|
||||
| NEW | public | float | r1c0() | n.a. | n.a. |
|
||||
| NEW | public | float | r1c1() | n.a. | n.a. |
|
||||
| NEW | public | float | r1c2() | n.a. | n.a. |
|
||||
| NEW | public | float | r1c3() | n.a. | n.a. |
|
||||
| NEW | public | float | r2c0() | n.a. | n.a. |
|
||||
| NEW | public | float | r2c1() | n.a. | n.a. |
|
||||
| NEW | public | float | r2c2() | n.a. | n.a. |
|
||||
| NEW | public | float | r2c3() | n.a. | n.a. |
|
||||
| NEW | public | float | r3c0() | n.a. | n.a. |
|
||||
| NEW | public | float | r3c1() | n.a. | n.a. |
|
||||
| NEW | public | float | r3c2() | n.a. | n.a. |
|
||||
| NEW | public | float | r3c3() | n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F$Builder | from(com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F$Builder | from(com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable4x4FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F$Builder | setR0c0(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F$Builder | setR0c1(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F$Builder | setR0c2(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F$Builder | setR0c3(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F$Builder | setR1c0(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F$Builder | setR1c1(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F$Builder | setR1c2(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F$Builder | setR1c3(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F$Builder | setR2c0(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F$Builder | setR2c1(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F$Builder | setR2c2(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F$Builder | setR2c3(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F$Builder | setR3c0(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F$Builder | setR3c1(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F$Builder | setR3c2(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4F$Builder | setR3c3(float) | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.MatrixComputationalType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable4x4FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableFType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | float | r0c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r0c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r0c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r0c3() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c3() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r2c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r2c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r2c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r2c3() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r3c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r3c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r3c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r3c3() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableDType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | double | r0c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r0c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c1() | n.a. | n.a. |
|
||||
| NEW | public | double | rowColumn(int,
| n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableFType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | float | r0c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r0c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c1() | n.a. | n.a. |
|
||||
| NEW | public | float | rowColumn(int,
| n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableDType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | double | r0c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r0c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r0c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r2c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r2c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r2c2() | n.a. | n.a. |
|
||||
| NEW | public | double | rowColumn(int,
| n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableFType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | float | r0c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r0c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r0c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r2c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r2c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r2c2() | n.a. | n.a. |
|
||||
| NEW | public | float | rowColumn(int,
| n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableDType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | double | r0c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r0c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r0c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r0c3() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r1c3() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r2c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r2c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r2c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r2c3() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r3c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r3c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r3c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | r3c3() | n.a. | n.a. |
|
||||
| NEW | public | double | rowColumn(int,
| n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.matrices.MatrixReadableFType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | float | r0c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r0c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r0c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r0c3() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r1c3() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r2c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r2c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r2c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r2c3() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r3c0() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r3c1() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r3c2() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | r3c3() | n.a. | n.a. |
|
||||
| NEW | public | float | rowColumn(int,
| n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | double | rowColumn(int,
| n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | float | rowColumn(int,
| n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.Vector2DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D | of(double,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | double | x() | n.a. | n.a. |
|
||||
| NEW | public | double | y() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.Vector2DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D$Builder | setX(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D$Builder | setY(double) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | double | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | y() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.Vector2FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F | of(float,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | float | x() | n.a. | n.a. |
|
||||
| NEW | public | float | y() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.Vector2FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F$Builder | setX(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F$Builder | setY(float) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | float | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | y() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.Vector2IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2I$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2I | of(int,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | int | x() | n.a. | n.a. |
|
||||
| NEW | public | int | y() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.unparameterized.vectors.Vector2I | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector2I$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector2I$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.Vector2IType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector2I$Builder | setX(int) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector2I$Builder | setY(int) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | int | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | int | y() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.Vector2LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2L$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2L | of(long,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | long | x() | n.a. | n.a. |
|
||||
| NEW | public | long | y() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.unparameterized.vectors.Vector2L | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector2L$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector2L$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.Vector2LType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector2L$Builder | setX(long) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector2L$Builder | setY(long) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | long | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | long | y() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.Vector3DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3DType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | of(double,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | double | x() | n.a. | n.a. |
|
||||
| NEW | public | double | y() | n.a. | n.a. |
|
||||
| NEW | public | double | z() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.Vector3DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D$Builder | setX(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D$Builder | setY(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D$Builder | setZ(double) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3DType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | double | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | y() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | z() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.Vector3FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3FType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | of(float,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | float | x() | n.a. | n.a. |
|
||||
| NEW | public | float | y() | n.a. | n.a. |
|
||||
| NEW | public | float | z() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.Vector3FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F$Builder | setX(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F$Builder | setY(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F$Builder | setZ(float) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3FType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | float | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | y() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | z() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.Vector3IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3I$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3I | of(int,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | int | x() | n.a. | n.a. |
|
||||
| NEW | public | int | y() | n.a. | n.a. |
|
||||
| NEW | public | int | z() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.unparameterized.vectors.Vector3I | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3I$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3I$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3I$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.Vector3IType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3I$Builder | setX(int) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3I$Builder | setY(int) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3I$Builder | setZ(int) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | int | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | int | y() | n.a. | n.a. |
|
||||
| NEW | public abstract | int | z() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.Vector3LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3L$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3L | of(long,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | long | x() | n.a. | n.a. |
|
||||
| NEW | public | long | y() | n.a. | n.a. |
|
||||
| NEW | public | long | z() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.unparameterized.vectors.Vector3L | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3L$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.Vector3LType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3L$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3L$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3L$Builder | setX(long) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3L$Builder | setY(long) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector3L$Builder | setZ(long) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | long | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | long | y() | n.a. | n.a. |
|
||||
| NEW | public abstract | long | z() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.Vector4DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4DType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | of(double,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | double | w() | n.a. | n.a. |
|
||||
| NEW | public | double | x() | n.a. | n.a. |
|
||||
| NEW | public | double | y() | n.a. | n.a. |
|
||||
| NEW | public | double | z() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.Vector4DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4DType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D$Builder | setW(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D$Builder | setX(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D$Builder | setY(double) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D$Builder | setZ(double) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4DType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | double | w() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | y() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | z() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.Vector4FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4FType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | of(float,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | float | w() | n.a. | n.a. |
|
||||
| NEW | public | float | x() | n.a. | n.a. |
|
||||
| NEW | public | float | y() | n.a. | n.a. |
|
||||
| NEW | public | float | z() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.Vector4FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3FType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F$Builder | setW(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F$Builder | setX(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F$Builder | setY(float) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F$Builder | setZ(float) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4FType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | float | w() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | y() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | z() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.Vector4IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4IType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4I$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4I | of(int,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | int | w() | n.a. | n.a. |
|
||||
| NEW | public | int | x() | n.a. | n.a. |
|
||||
| NEW | public | int | y() | n.a. | n.a. |
|
||||
| NEW | public | int | z() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.unparameterized.vectors.Vector4I | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4I$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4I$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.Vector4IType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4I$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4I$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4IType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4I$Builder | setW(int) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4I$Builder | setX(int) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4I$Builder | setY(int) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4I$Builder | setZ(int) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4IType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | int | w() | n.a. | n.a. |
|
||||
| NEW | public abstract | int | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | int | y() | n.a. | n.a. |
|
||||
| NEW | public abstract | int | z() | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.Vector4LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4LType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4L$Builder | builder() | n.a. | n.a. |
|
||||
| NEW | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
| NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4L | of(long,
| n.a. | n.a. |
|
||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
| NEW | public | long | w() | n.a. | n.a. |
|
||||
| NEW | public | long | x() | n.a. | n.a. |
|
||||
| NEW | public | long | y() | n.a. | n.a. |
|
||||
| NEW | public | long | z() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | com.io7m.jtensors.core.unparameterized.vectors.Vector4L | build() | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4L$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4LType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4L$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4L$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4L$Builder | from(com.io7m.jtensors.core.unparameterized.vectors.Vector4LType) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4L$Builder | setW(long) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4L$Builder | setX(long) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4L$Builder | setY(long) | n.a. | n.a. |
|
||||
| NEW | final public | com.io7m.jtensors.core.unparameterized.vectors.Vector4L$Builder | setZ(long) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4LType | n.a. |
| NEW | com.io7m.jtensors.core.VectorComputationalType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | long | w() | n.a. | n.a. |
|
||||
| NEW | public abstract | long | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | long | y() | n.a. | n.a. |
|
||||
| NEW | public abstract | long | z() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | double | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | double | y() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | float | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | float | y() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | int | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | int | y() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | long | x() | n.a. | n.a. |
|
||||
| NEW | public abstract | long | y() | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | double | z() | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | float | z() | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | int | z() | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | long | z() | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3DType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | double | w() | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3FType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | float | w() | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | int | w() | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType | n.a. |
| NEW | com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | long | w() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D | absolute(com.io7m.jtensors.core.unparameterized.vectors.Vector2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D | add(com.io7m.jtensors.core.unparameterized.vectors.Vector2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D | addScaled(com.io7m.jtensors.core.unparameterized.vectors.Vector2D,
| n.a. | n.a. |
|
||||
| NEW | static public | double | angle(com.io7m.jtensors.core.unparameterized.vectors.Vector2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D | clamp(com.io7m.jtensors.core.unparameterized.vectors.Vector2D,
| n.a. | n.a. |
|
||||
| NEW | static public | double | dotProduct(com.io7m.jtensors.core.unparameterized.vectors.Vector2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D | interpolateLinear(com.io7m.jtensors.core.unparameterized.vectors.Vector2D,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.unparameterized.vectors.Vector2D) | n.a. | n.a. |
|
||||
| NEW | static public | double | magnitudeSquared(com.io7m.jtensors.core.unparameterized.vectors.Vector2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D | negate(com.io7m.jtensors.core.unparameterized.vectors.Vector2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D | normalize(com.io7m.jtensors.core.unparameterized.vectors.Vector2D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D | scale(com.io7m.jtensors.core.unparameterized.vectors.Vector2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D | subtract(com.io7m.jtensors.core.unparameterized.vectors.Vector2D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2D | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F | absolute(com.io7m.jtensors.core.unparameterized.vectors.Vector2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F | add(com.io7m.jtensors.core.unparameterized.vectors.Vector2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F | addScaled(com.io7m.jtensors.core.unparameterized.vectors.Vector2F,
| n.a. | n.a. |
|
||||
| NEW | static public | double | angle(com.io7m.jtensors.core.unparameterized.vectors.Vector2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F | clamp(com.io7m.jtensors.core.unparameterized.vectors.Vector2F,
| n.a. | n.a. |
|
||||
| NEW | static public | double | dotProduct(com.io7m.jtensors.core.unparameterized.vectors.Vector2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F | interpolateLinear(com.io7m.jtensors.core.unparameterized.vectors.Vector2F,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.unparameterized.vectors.Vector2F) | n.a. | n.a. |
|
||||
| NEW | static public | double | magnitudeSquared(com.io7m.jtensors.core.unparameterized.vectors.Vector2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F | negate(com.io7m.jtensors.core.unparameterized.vectors.Vector2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F | normalize(com.io7m.jtensors.core.unparameterized.vectors.Vector2F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F | scale(com.io7m.jtensors.core.unparameterized.vectors.Vector2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F | subtract(com.io7m.jtensors.core.unparameterized.vectors.Vector2F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2F | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2I | absolute(com.io7m.jtensors.core.unparameterized.vectors.Vector2I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2I | add(com.io7m.jtensors.core.unparameterized.vectors.Vector2I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2I | addScaled(com.io7m.jtensors.core.unparameterized.vectors.Vector2I,
| n.a. | n.a. |
|
||||
| NEW | static public | double | angle(com.io7m.jtensors.core.unparameterized.vectors.Vector2I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2I | clamp(com.io7m.jtensors.core.unparameterized.vectors.Vector2I,
| n.a. | n.a. |
|
||||
| NEW | static public | long | dotProduct(com.io7m.jtensors.core.unparameterized.vectors.Vector2I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2I | interpolateLinear(com.io7m.jtensors.core.unparameterized.vectors.Vector2I,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.unparameterized.vectors.Vector2I) | n.a. | n.a. |
|
||||
| NEW | static public | long | magnitudeSquared(com.io7m.jtensors.core.unparameterized.vectors.Vector2I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2I | negate(com.io7m.jtensors.core.unparameterized.vectors.Vector2I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2I | scale(com.io7m.jtensors.core.unparameterized.vectors.Vector2I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2I | subtract(com.io7m.jtensors.core.unparameterized.vectors.Vector2I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2I | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2L | absolute(com.io7m.jtensors.core.unparameterized.vectors.Vector2L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2L | add(com.io7m.jtensors.core.unparameterized.vectors.Vector2L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2L | addScaled(com.io7m.jtensors.core.unparameterized.vectors.Vector2L,
| n.a. | n.a. |
|
||||
| NEW | static public | double | angle(com.io7m.jtensors.core.unparameterized.vectors.Vector2L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2L | clamp(com.io7m.jtensors.core.unparameterized.vectors.Vector2L,
| n.a. | n.a. |
|
||||
| NEW | static public | long | dotProduct(com.io7m.jtensors.core.unparameterized.vectors.Vector2L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2L | interpolateLinear(com.io7m.jtensors.core.unparameterized.vectors.Vector2L,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.unparameterized.vectors.Vector2L) | n.a. | n.a. |
|
||||
| NEW | static public | long | magnitudeSquared(com.io7m.jtensors.core.unparameterized.vectors.Vector2L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2L | negate(com.io7m.jtensors.core.unparameterized.vectors.Vector2L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2L | scale(com.io7m.jtensors.core.unparameterized.vectors.Vector2L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2L | subtract(com.io7m.jtensors.core.unparameterized.vectors.Vector2L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector2L | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | absolute(com.io7m.jtensors.core.unparameterized.vectors.Vector3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | add(com.io7m.jtensors.core.unparameterized.vectors.Vector3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | addScaled(com.io7m.jtensors.core.unparameterized.vectors.Vector3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | clamp(com.io7m.jtensors.core.unparameterized.vectors.Vector3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | crossProduct(com.io7m.jtensors.core.unparameterized.vectors.Vector3D,
| n.a. | n.a. |
|
||||
| NEW | static public | double | dotProduct(com.io7m.jtensors.core.unparameterized.vectors.Vector3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | interpolateLinear(com.io7m.jtensors.core.unparameterized.vectors.Vector3D,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.unparameterized.vectors.Vector3D) | n.a. | n.a. |
|
||||
| NEW | static public | double | magnitudeSquared(com.io7m.jtensors.core.unparameterized.vectors.Vector3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | negate(com.io7m.jtensors.core.unparameterized.vectors.Vector3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | normalize(com.io7m.jtensors.core.unparameterized.vectors.Vector3D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | scale(com.io7m.jtensors.core.unparameterized.vectors.Vector3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | subtract(com.io7m.jtensors.core.unparameterized.vectors.Vector3D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3D | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | absolute(com.io7m.jtensors.core.unparameterized.vectors.Vector3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | add(com.io7m.jtensors.core.unparameterized.vectors.Vector3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | addScaled(com.io7m.jtensors.core.unparameterized.vectors.Vector3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | clamp(com.io7m.jtensors.core.unparameterized.vectors.Vector3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | crossProduct(com.io7m.jtensors.core.unparameterized.vectors.Vector3F,
| n.a. | n.a. |
|
||||
| NEW | static public | double | dotProduct(com.io7m.jtensors.core.unparameterized.vectors.Vector3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | interpolateLinear(com.io7m.jtensors.core.unparameterized.vectors.Vector3F,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.unparameterized.vectors.Vector3F) | n.a. | n.a. |
|
||||
| NEW | static public | double | magnitudeSquared(com.io7m.jtensors.core.unparameterized.vectors.Vector3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | negate(com.io7m.jtensors.core.unparameterized.vectors.Vector3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | normalize(com.io7m.jtensors.core.unparameterized.vectors.Vector3F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | scale(com.io7m.jtensors.core.unparameterized.vectors.Vector3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | subtract(com.io7m.jtensors.core.unparameterized.vectors.Vector3F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3F | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3I | absolute(com.io7m.jtensors.core.unparameterized.vectors.Vector3I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3I | add(com.io7m.jtensors.core.unparameterized.vectors.Vector3I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3I | addScaled(com.io7m.jtensors.core.unparameterized.vectors.Vector3I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3I | clamp(com.io7m.jtensors.core.unparameterized.vectors.Vector3I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3I | crossProduct(com.io7m.jtensors.core.unparameterized.vectors.Vector3I,
| n.a. | n.a. |
|
||||
| NEW | static public | long | dotProduct(com.io7m.jtensors.core.unparameterized.vectors.Vector3I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3I | interpolateLinear(com.io7m.jtensors.core.unparameterized.vectors.Vector3I,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.unparameterized.vectors.Vector3I) | n.a. | n.a. |
|
||||
| NEW | static public | long | magnitudeSquared(com.io7m.jtensors.core.unparameterized.vectors.Vector3I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3I | negate(com.io7m.jtensors.core.unparameterized.vectors.Vector3I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3I | scale(com.io7m.jtensors.core.unparameterized.vectors.Vector3I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3I | subtract(com.io7m.jtensors.core.unparameterized.vectors.Vector3I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3I | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3L | absolute(com.io7m.jtensors.core.unparameterized.vectors.Vector3L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3L | add(com.io7m.jtensors.core.unparameterized.vectors.Vector3L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3L | addScaled(com.io7m.jtensors.core.unparameterized.vectors.Vector3L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3L | clamp(com.io7m.jtensors.core.unparameterized.vectors.Vector3L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3L | crossProduct(com.io7m.jtensors.core.unparameterized.vectors.Vector3L,
| n.a. | n.a. |
|
||||
| NEW | static public | long | dotProduct(com.io7m.jtensors.core.unparameterized.vectors.Vector3L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3L | interpolateLinear(com.io7m.jtensors.core.unparameterized.vectors.Vector3L,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.unparameterized.vectors.Vector3L) | n.a. | n.a. |
|
||||
| NEW | static public | long | magnitudeSquared(com.io7m.jtensors.core.unparameterized.vectors.Vector3L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3L | negate(com.io7m.jtensors.core.unparameterized.vectors.Vector3L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3L | scale(com.io7m.jtensors.core.unparameterized.vectors.Vector3L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3L | subtract(com.io7m.jtensors.core.unparameterized.vectors.Vector3L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector3L | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | absolute(com.io7m.jtensors.core.unparameterized.vectors.Vector4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | add(com.io7m.jtensors.core.unparameterized.vectors.Vector4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | addScaled(com.io7m.jtensors.core.unparameterized.vectors.Vector4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | clamp(com.io7m.jtensors.core.unparameterized.vectors.Vector4D,
| n.a. | n.a. |
|
||||
| NEW | static public | double | dotProduct(com.io7m.jtensors.core.unparameterized.vectors.Vector4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | interpolateLinear(com.io7m.jtensors.core.unparameterized.vectors.Vector4D,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.unparameterized.vectors.Vector4D) | n.a. | n.a. |
|
||||
| NEW | static public | double | magnitudeSquared(com.io7m.jtensors.core.unparameterized.vectors.Vector4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | negate(com.io7m.jtensors.core.unparameterized.vectors.Vector4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | normalize(com.io7m.jtensors.core.unparameterized.vectors.Vector4D) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | scale(com.io7m.jtensors.core.unparameterized.vectors.Vector4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | subtract(com.io7m.jtensors.core.unparameterized.vectors.Vector4D,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4D | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | absolute(com.io7m.jtensors.core.unparameterized.vectors.Vector4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | add(com.io7m.jtensors.core.unparameterized.vectors.Vector4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | addScaled(com.io7m.jtensors.core.unparameterized.vectors.Vector4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | clamp(com.io7m.jtensors.core.unparameterized.vectors.Vector4F,
| n.a. | n.a. |
|
||||
| NEW | static public | double | dotProduct(com.io7m.jtensors.core.unparameterized.vectors.Vector4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | interpolateLinear(com.io7m.jtensors.core.unparameterized.vectors.Vector4F,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.unparameterized.vectors.Vector4F) | n.a. | n.a. |
|
||||
| NEW | static public | double | magnitudeSquared(com.io7m.jtensors.core.unparameterized.vectors.Vector4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | negate(com.io7m.jtensors.core.unparameterized.vectors.Vector4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | normalize(com.io7m.jtensors.core.unparameterized.vectors.Vector4F) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | scale(com.io7m.jtensors.core.unparameterized.vectors.Vector4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | subtract(com.io7m.jtensors.core.unparameterized.vectors.Vector4F,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4F | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4I | absolute(com.io7m.jtensors.core.unparameterized.vectors.Vector4I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4I | add(com.io7m.jtensors.core.unparameterized.vectors.Vector4I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4I | addScaled(com.io7m.jtensors.core.unparameterized.vectors.Vector4I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4I | clamp(com.io7m.jtensors.core.unparameterized.vectors.Vector4I,
| n.a. | n.a. |
|
||||
| NEW | static public | long | dotProduct(com.io7m.jtensors.core.unparameterized.vectors.Vector4I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4I | interpolateLinear(com.io7m.jtensors.core.unparameterized.vectors.Vector4I,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.unparameterized.vectors.Vector4I) | n.a. | n.a. |
|
||||
| NEW | static public | long | magnitudeSquared(com.io7m.jtensors.core.unparameterized.vectors.Vector4I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4I | negate(com.io7m.jtensors.core.unparameterized.vectors.Vector4I) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4I | scale(com.io7m.jtensors.core.unparameterized.vectors.Vector4I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4I | subtract(com.io7m.jtensors.core.unparameterized.vectors.Vector4I,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4I | zero() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4L | absolute(com.io7m.jtensors.core.unparameterized.vectors.Vector4L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4L | add(com.io7m.jtensors.core.unparameterized.vectors.Vector4L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4L | addScaled(com.io7m.jtensors.core.unparameterized.vectors.Vector4L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4L | clamp(com.io7m.jtensors.core.unparameterized.vectors.Vector4L,
| n.a. | n.a. |
|
||||
| NEW | static public | long | dotProduct(com.io7m.jtensors.core.unparameterized.vectors.Vector4L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4L | interpolateLinear(com.io7m.jtensors.core.unparameterized.vectors.Vector4L,
| n.a. | n.a. |
|
||||
| NEW | static public | double | magnitude(com.io7m.jtensors.core.unparameterized.vectors.Vector4L) | n.a. | n.a. |
|
||||
| NEW | static public | long | magnitudeSquared(com.io7m.jtensors.core.unparameterized.vectors.Vector4L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4L | negate(com.io7m.jtensors.core.unparameterized.vectors.Vector4L) | n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4L | scale(com.io7m.jtensors.core.unparameterized.vectors.Vector4L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4L | subtract(com.io7m.jtensors.core.unparameterized.vectors.Vector4L,
| n.a. | n.a. |
|
||||
| NEW | static public | com.io7m.jtensors.core.unparameterized.vectors.Vector4L | zero() | n.a. | n.a. |
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | int | accumulateDoubleHash(double,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | int | accumulateFloatHash(float,
| n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | java.nio.DoubleBuffer | getDirectDoubleBuffer() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | java.nio.FloatBuffer | getDirectFloatBuffer() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirect2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | java.nio.DoubleBuffer | getDirectDoubleBuffer() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | double | getRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixDirect2x2DType | newMatrix() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixDirect2x2DType | newMatrixFrom(com.io7m.jtensors.MatrixReadable2x2DType) | n.a. |
|
|
||||||
| REMOVED | public | void | setR0C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirect2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | java.nio.FloatBuffer | getDirectFloatBuffer() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | float | getRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixDirect2x2FType | newMatrix() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixDirect2x2FType | newMatrixFrom(com.io7m.jtensors.MatrixReadable2x2FType) | n.a. |
|
|
||||||
| REMOVED | public | void | setR0C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirect3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | java.nio.DoubleBuffer | getDirectDoubleBuffer() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | double | getRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixDirect3x3DType | newMatrix() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixDirect3x3DType | newMatrixFrom(com.io7m.jtensors.MatrixReadable3x3DType) | n.a. |
|
|
||||||
| REMOVED | public | void | setR0C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirect3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | java.nio.FloatBuffer | getDirectFloatBuffer() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | float | getRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixDirect3x3FType | newMatrix() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixDirect3x3FType | newMatrixFrom(com.io7m.jtensors.MatrixReadable3x3FType) | n.a. |
|
|
||||||
| REMOVED | public | void | setR0C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirect4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | java.nio.DoubleBuffer | getDirectDoubleBuffer() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | double | getRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixDirect4x4DType | newMatrix() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixDirect4x4DType | newMatrixFrom(com.io7m.jtensors.MatrixReadable4x4DType) | n.a. |
|
|
||||||
| REMOVED | public | void | setR0C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C3D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C3D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C3D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C3D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow0With4D(com.io7m.jtensors.VectorReadable4DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow1With4D(com.io7m.jtensors.VectorReadable4DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow2With4D(com.io7m.jtensors.VectorReadable4DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow3With4D(com.io7m.jtensors.VectorReadable4DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith4D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith4DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirect4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | java.nio.FloatBuffer | getDirectFloatBuffer() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | float | getRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixDirect4x4FType | newMatrix() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixDirect4x4FType | newMatrixFrom(com.io7m.jtensors.MatrixReadable4x4FType) | n.a. |
|
|
||||||
| REMOVED | public | void | setR0C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C3F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C3F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C3F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C3F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow0With4F(com.io7m.jtensors.VectorReadable4FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow1With4F(com.io7m.jtensors.VectorReadable4FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow2With4F(com.io7m.jtensors.VectorReadable4FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow3With4F(com.io7m.jtensors.VectorReadable4FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith4F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith4FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getR0C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | double | getRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.Matrix2x2DType | newMatrix() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.Matrix2x2DType | newMatrixFrom(com.io7m.jtensors.MatrixReadable2x2DType) | n.a. |
|
|
||||||
| REMOVED | public | void | setR0C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getR0C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | float | getRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.Matrix2x2FType | newMatrix() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.Matrix2x2FType | newMatrixFrom(com.io7m.jtensors.MatrixReadable2x2FType) | n.a. |
|
|
||||||
| REMOVED | public | void | setR0C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getR0C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | double | getRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.Matrix3x3DType | newMatrix() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.Matrix3x3DType | newMatrixFrom(com.io7m.jtensors.MatrixReadable3x3DType) | n.a. |
|
|
||||||
| REMOVED | public | void | setR0C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getR0C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | float | getRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.Matrix3x3FType | newMatrix() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.Matrix3x3FType | newMatrixFrom(com.io7m.jtensors.MatrixReadable3x3FType) | n.a. |
|
|
||||||
| REMOVED | public | void | setR0C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getR0C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | double | getRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.Matrix4x4DType | newMatrix() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.Matrix4x4DType | newMatrixFrom(com.io7m.jtensors.MatrixReadable4x4DType) | n.a. |
|
|
||||||
| REMOVED | public | void | setR0C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C3D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C3D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C3D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C3D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow0With4D(com.io7m.jtensors.VectorReadable4DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow1With4D(com.io7m.jtensors.VectorReadable4DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow2With4D(com.io7m.jtensors.VectorReadable4DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow3With4D(com.io7m.jtensors.VectorReadable4DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith4D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith4DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getR0C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | float | getRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.Matrix4x4FType | newMatrix() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.Matrix4x4FType | newMatrixFrom(com.io7m.jtensors.MatrixReadable4x4FType) | n.a. |
|
|
||||||
| REMOVED | public | void | setR0C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C3F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C3F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C3F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C3F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow0With4F(com.io7m.jtensors.VectorReadable4FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow1With4F(com.io7m.jtensors.VectorReadable4FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow2With4F(com.io7m.jtensors.VectorReadable4FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow3With4F(com.io7m.jtensors.VectorReadable4FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith4F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith4FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getR0C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | double | getRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixI2x2D | identity() | n.a. |
|
|
||||||
| REMOVED (!) | public | void | makeMatrix2x2D(com.io7m.jtensors.MatrixWritable2x2DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixI2x2D | newFromColumns(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixI2x2D | newFromReadable(com.io7m.jtensors.MatrixReadable2x2DType) | n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | com.io7m.jequality.annotations.EqualityStructural | n.a. |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getR0C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | float | getRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixI2x2F | identity() | n.a. |
|
|
||||||
| REMOVED (!) | public | void | makeMatrix2x2F(com.io7m.jtensors.MatrixWritable2x2FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixI2x2F | newFromColumns(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixI2x2F | newFromReadable(com.io7m.jtensors.MatrixReadable2x2FType) | n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | com.io7m.jequality.annotations.EqualityStructural | n.a. |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getR0C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | double | getRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixI3x3D | identity() | n.a. |
|
|
||||||
| REMOVED (!) | public | void | makeMatrix3x3D(com.io7m.jtensors.MatrixWritable3x3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixI3x3D | newFromColumns(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixI3x3D | newFromReadable(com.io7m.jtensors.MatrixReadable3x3DType) | n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | com.io7m.jequality.annotations.EqualityStructural | n.a. |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getR0C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | float | getRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixI3x3F | identity() | n.a. |
|
|
||||||
| REMOVED (!) | public | void | makeMatrixM3x3F(com.io7m.jtensors.MatrixWritable3x3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixI3x3F | newFromColumns(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixI3x3F | newFromReadable(com.io7m.jtensors.MatrixReadable3x3FType) | n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | com.io7m.jequality.annotations.EqualityStructural | n.a. |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getR0C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | double | getRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixI4x4D | identity() | n.a. |
|
|
||||||
| REMOVED (!) | public | void | makeMatrixM4x4D(com.io7m.jtensors.MatrixWritable4x4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixI4x4D | newFromColumns(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixI4x4D | newFromReadable(com.io7m.jtensors.MatrixReadable4x4DType) | n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | com.io7m.jequality.annotations.EqualityStructural | n.a. |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getR0C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | float | getRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixI4x4F | identity() | n.a. |
|
|
||||||
| REMOVED (!) | public | void | makeMatrixM4x4F(com.io7m.jtensors.MatrixWritable4x4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixI4x4F | newFromColumns(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixI4x4F | newFromReadable(com.io7m.jtensors.MatrixReadable4x4FType) | n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | com.io7m.jequality.annotations.EqualityStructural | n.a. |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2DType | add(com.io7m.jtensors.MatrixReadable2x2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2DType | addInPlace(com.io7m.jtensors.MatrixWritable2x2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2DType | addRowScaled(com.io7m.jtensors.MatrixM2x2D$ContextMM2D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2DType | addRowScaledInPlace(com.io7m.jtensors.MatrixM2x2D$ContextMM2D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | compareElements(com.io7m.jtensors.MatrixReadable2x2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2DType | copy(com.io7m.jtensors.MatrixReadable2x2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | determinant(com.io7m.jtensors.MatrixReadable2x2DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2DType | exchangeRows(com.io7m.jtensors.MatrixM2x2D$ContextMM2D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2DType | exchangeRowsInPlace(com.io7m.jtensors.MatrixM2x2D$ContextMM2D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | int | hashElements(com.io7m.jtensors.MatrixReadable2x2DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | invert(com.io7m.jtensors.MatrixReadable2x2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | invertInPlace(com.io7m.jtensors.MatrixWritable2x2DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2DType | multiply(com.io7m.jtensors.MatrixReadable2x2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2DType | multiplyInPlace(com.io7m.jtensors.MatrixWritable2x2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | multiplyVector2D(com.io7m.jtensors.MatrixM2x2D$ContextMM2D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2DType | scale(com.io7m.jtensors.MatrixReadable2x2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2DType | scaleInPlace(com.io7m.jtensors.MatrixWritable2x2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2DType | scaleRow(com.io7m.jtensors.MatrixM2x2D$ContextMM2D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2DType | scaleRowInPlace(com.io7m.jtensors.MatrixM2x2D$ContextMM2D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2DType | setIdentity(com.io7m.jtensors.MatrixWritable2x2DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2DType | setZero(com.io7m.jtensors.MatrixWritable2x2DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | void | showElements(com.io7m.jtensors.MatrixReadable2x2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | trace(com.io7m.jtensors.MatrixReadable2x2DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2DType | transpose(com.io7m.jtensors.MatrixReadable2x2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2DType | transposeInPlace(com.io7m.jtensors.MatrixWritable2x2DType) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | MatrixM2x2D$ContextMM2D() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2FType | add(com.io7m.jtensors.MatrixReadable2x2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2FType | addInPlace(com.io7m.jtensors.MatrixWritable2x2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2FType | addRowScaled(com.io7m.jtensors.MatrixM2x2F$ContextMM2F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2FType | addRowScaledInPlace(com.io7m.jtensors.MatrixM2x2F$ContextMM2F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | compareElements(com.io7m.jtensors.MatrixReadable2x2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2FType | copy(com.io7m.jtensors.MatrixReadable2x2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | float | determinant(com.io7m.jtensors.MatrixReadable2x2FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2FType | exchangeRows(com.io7m.jtensors.MatrixM2x2F$ContextMM2F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2FType | exchangeRowsInPlace(com.io7m.jtensors.MatrixM2x2F$ContextMM2F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | int | hashElements(com.io7m.jtensors.MatrixReadable2x2FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | invert(com.io7m.jtensors.MatrixReadable2x2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | invertInPlace(com.io7m.jtensors.MatrixWritable2x2FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2FType | multiply(com.io7m.jtensors.MatrixReadable2x2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2FType | multiplyInPlace(com.io7m.jtensors.MatrixWritable2x2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | multiplyVector2F(com.io7m.jtensors.MatrixM2x2F$ContextMM2F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2FType | scale(com.io7m.jtensors.MatrixReadable2x2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2FType | scaleInPlace(com.io7m.jtensors.MatrixWritable2x2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2FType | scaleRow(com.io7m.jtensors.MatrixM2x2F$ContextMM2F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2FType | scaleRowInPlace(com.io7m.jtensors.MatrixM2x2F$ContextMM2F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2FType | setIdentity(com.io7m.jtensors.MatrixWritable2x2FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2FType | setZero(com.io7m.jtensors.MatrixWritable2x2FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | void | showElements(com.io7m.jtensors.MatrixReadable2x2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | float | trace(com.io7m.jtensors.MatrixReadable2x2FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2FType | transpose(com.io7m.jtensors.MatrixReadable2x2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable2x2FType | transposeInPlace(com.io7m.jtensors.MatrixWritable2x2FType) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | MatrixM2x2F$ContextMM2F() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3DType | add(com.io7m.jtensors.MatrixReadable3x3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3DType | addInPlace(com.io7m.jtensors.MatrixWritable3x3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3DType | addRowScaled(com.io7m.jtensors.MatrixM3x3D$ContextMM3D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3DType | addRowScaledInPlace(com.io7m.jtensors.MatrixM3x3D$ContextMM3D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | compareElements(com.io7m.jtensors.MatrixReadable3x3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3DType | copy(com.io7m.jtensors.MatrixReadable3x3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | determinant(com.io7m.jtensors.MatrixReadable3x3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3DType | exchangeRows(com.io7m.jtensors.MatrixM3x3D$ContextMM3D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3DType | exchangeRowsInPlace(com.io7m.jtensors.MatrixM3x3D$ContextMM3D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | int | hashElements(com.io7m.jtensors.MatrixReadable3x3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | invert(com.io7m.jtensors.MatrixM3x3D$ContextMM3D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | invertInPlace(com.io7m.jtensors.MatrixM3x3D$ContextMM3D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | void | lookAt(com.io7m.jtensors.MatrixM3x3D$ContextMM3D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3DType | makeRotation(double,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3DType | makeTranslation2D(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3DType | makeTranslation2I(com.io7m.jtensors.VectorReadable2IType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3DType | multiply(com.io7m.jtensors.MatrixReadable3x3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3DType | multiplyInPlace(com.io7m.jtensors.MatrixWritable3x3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | multiplyVector3D(com.io7m.jtensors.MatrixM3x3D$ContextMM3D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3DType | scale(com.io7m.jtensors.MatrixReadable3x3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3DType | scaleInPlace(com.io7m.jtensors.MatrixWritable3x3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3DType | scaleRow(com.io7m.jtensors.MatrixM3x3D$ContextMM3D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3DType | scaleRowInPlace(com.io7m.jtensors.MatrixM3x3D$ContextMM3D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3DType | setIdentity(com.io7m.jtensors.MatrixWritable3x3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3DType | setZero(com.io7m.jtensors.MatrixWritable3x3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | void | showElements(com.io7m.jtensors.MatrixReadable3x3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | trace(com.io7m.jtensors.MatrixReadable3x3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3DType | transpose(com.io7m.jtensors.MatrixReadable3x3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3DType | transposeInPlace(com.io7m.jtensors.MatrixWritable3x3DType) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | MatrixM3x3D$ContextMM3D() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3FType | add(com.io7m.jtensors.MatrixReadable3x3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3FType | addInPlace(com.io7m.jtensors.MatrixWritable3x3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3FType | addRowScaled(com.io7m.jtensors.MatrixM3x3F$ContextMM3F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3FType | addRowScaledInPlace(com.io7m.jtensors.MatrixM3x3F$ContextMM3F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | compareElements(com.io7m.jtensors.MatrixReadable3x3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3FType | copy(com.io7m.jtensors.MatrixReadable3x3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | determinant(com.io7m.jtensors.MatrixReadable3x3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3FType | exchangeRows(com.io7m.jtensors.MatrixM3x3F$ContextMM3F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3FType | exchangeRowsInPlace(com.io7m.jtensors.MatrixM3x3F$ContextMM3F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | int | hashElements(com.io7m.jtensors.MatrixReadable3x3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | invert(com.io7m.jtensors.MatrixM3x3F$ContextMM3F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | invertInPlace(com.io7m.jtensors.MatrixM3x3F$ContextMM3F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | void | lookAt(com.io7m.jtensors.MatrixM3x3F$ContextMM3F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3FType | makeRotation(double,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3FType | makeTranslation2F(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3FType | makeTranslation2I(com.io7m.jtensors.VectorReadable2IType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3FType | multiply(com.io7m.jtensors.MatrixReadable3x3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3FType | multiplyInPlace(com.io7m.jtensors.MatrixWritable3x3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | multiplyVector3F(com.io7m.jtensors.MatrixM3x3F$ContextMM3F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3FType | scale(com.io7m.jtensors.MatrixReadable3x3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3FType | scaleInPlace(com.io7m.jtensors.MatrixWritable3x3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3FType | scaleRow(com.io7m.jtensors.MatrixM3x3F$ContextMM3F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3FType | scaleRowInPlace(com.io7m.jtensors.MatrixM3x3F$ContextMM3F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3FType | setIdentity(com.io7m.jtensors.MatrixWritable3x3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3FType | setZero(com.io7m.jtensors.MatrixWritable3x3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | void | showElements(com.io7m.jtensors.MatrixReadable3x3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | trace(com.io7m.jtensors.MatrixReadable3x3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3FType | transpose(com.io7m.jtensors.MatrixReadable3x3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3FType | transposeInPlace(com.io7m.jtensors.MatrixWritable3x3FType) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | MatrixM3x3F$ContextMM3F() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | add(com.io7m.jtensors.MatrixReadable4x4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | addInPlace(com.io7m.jtensors.MatrixWritable4x4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | addRowScaled(com.io7m.jtensors.MatrixM4x4D$ContextMM4D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | addRowScaledInPlace(com.io7m.jtensors.MatrixM4x4D$ContextMM4D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | compareElements(com.io7m.jtensors.MatrixReadable4x4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | copy(com.io7m.jtensors.MatrixReadable4x4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | determinant(com.io7m.jtensors.MatrixReadable4x4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | exchangeRows(com.io7m.jtensors.MatrixM4x4D$ContextMM4D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | exchangeRowsInPlace(com.io7m.jtensors.MatrixM4x4D$ContextMM4D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | int | hashElements(com.io7m.jtensors.MatrixReadable4x4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | invert(com.io7m.jtensors.MatrixM4x4D$ContextMM4D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | invertInPlace(com.io7m.jtensors.MatrixM4x4D$ContextMM4D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | void | lookAt(com.io7m.jtensors.MatrixM4x4D$ContextMM4D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | makeRotation(double,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | makeTranslation2D(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | makeTranslation2I(com.io7m.jtensors.VectorReadable2IType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | makeTranslation3D(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | makeTranslation3I(com.io7m.jtensors.VectorReadable3IType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | multiply(com.io7m.jtensors.MatrixReadable4x4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | multiplyInPlace(com.io7m.jtensors.MatrixWritable4x4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | multiplyVector4D(com.io7m.jtensors.MatrixM4x4D$ContextMM4D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | scale(com.io7m.jtensors.MatrixReadable4x4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | scaleInPlace(com.io7m.jtensors.MatrixWritable4x4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | scaleRow(com.io7m.jtensors.MatrixM4x4D$ContextMM4D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | scaleRowInPlace(com.io7m.jtensors.MatrixM4x4D$ContextMM4D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | setIdentity(com.io7m.jtensors.MatrixWritable4x4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | setZero(com.io7m.jtensors.MatrixWritable4x4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | void | showElements(com.io7m.jtensors.MatrixReadable4x4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | trace(com.io7m.jtensors.MatrixReadable4x4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | transpose(com.io7m.jtensors.MatrixReadable4x4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | transposeInPlace(com.io7m.jtensors.MatrixWritable4x4DType) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | MatrixM4x4D$ContextMM4D() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | add(com.io7m.jtensors.MatrixReadable4x4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | addInPlace(com.io7m.jtensors.MatrixWritable4x4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | addRowScaled(com.io7m.jtensors.MatrixM4x4F$ContextMM4F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | addRowScaledInPlace(com.io7m.jtensors.MatrixM4x4F$ContextMM4F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | compareElements(com.io7m.jtensors.MatrixReadable4x4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | copy(com.io7m.jtensors.MatrixReadable4x4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | determinant(com.io7m.jtensors.MatrixReadable4x4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | exchangeRows(com.io7m.jtensors.MatrixM4x4F$ContextMM4F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | exchangeRowsInPlace(com.io7m.jtensors.MatrixM4x4F$ContextMM4F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | int | hashElements(com.io7m.jtensors.MatrixReadable4x4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | invert(com.io7m.jtensors.MatrixM4x4F$ContextMM4F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | invertInPlace(com.io7m.jtensors.MatrixM4x4F$ContextMM4F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | void | lookAt(com.io7m.jtensors.MatrixM4x4F$ContextMM4F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | makeRotation(double,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | makeTranslation2F(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | makeTranslation2I(com.io7m.jtensors.VectorReadable2IType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | makeTranslation3F(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | makeTranslation3I(com.io7m.jtensors.VectorReadable3IType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | multiply(com.io7m.jtensors.MatrixReadable4x4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | multiplyInPlace(com.io7m.jtensors.MatrixWritable4x4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | multiplyVector4F(com.io7m.jtensors.MatrixM4x4F$ContextMM4F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | scale(com.io7m.jtensors.MatrixReadable4x4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | scaleInPlace(com.io7m.jtensors.MatrixWritable4x4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | scaleRow(com.io7m.jtensors.MatrixM4x4F$ContextMM4F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | scaleRowInPlace(com.io7m.jtensors.MatrixM4x4F$ContextMM4F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | setIdentity(com.io7m.jtensors.MatrixWritable4x4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | setZero(com.io7m.jtensors.MatrixWritable4x4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | void | showElements(com.io7m.jtensors.MatrixReadable4x4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | trace(com.io7m.jtensors.MatrixReadable4x4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | transpose(com.io7m.jtensors.MatrixReadable4x4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | transposeInPlace(com.io7m.jtensors.MatrixWritable4x4FType) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | MatrixM4x4F$ContextMM4F() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | double | getR0C0D() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | double | getR0C1D() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | double | getR1C0D() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | double | getR1C1D() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | getRow2D(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | getRow2DUnsafe(int,
| n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | float | getR0C0F() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | float | getR0C1F() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | float | getR1C0F() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | float | getR1C1F() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | getRow2F(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | getRow2FUnsafe(int,
| n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | double | getR0C2D() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | double | getR1C2D() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | double | getR2C0D() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | double | getR2C1D() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | double | getR2C2D() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | getRow3D(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | getRow3DUnsafe(int,
| n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | float | getR0C2F() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | float | getR1C2F() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | float | getR2C0F() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | float | getR2C1F() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | float | getR2C2F() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | getRow3F(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | getRow3FUnsafe(int,
| n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | double | getR0C3D() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | double | getR1C3D() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | double | getR2C3D() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | double | getR3C0D() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | double | getR3C1D() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | double | getR3C2D() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | double | getR3C3D() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | getRow4D(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | getRow4DUnsafe(int,
| n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | float | getR0C3F() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | float | getR1C3F() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | float | getR2C3F() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | float | getR3C0F() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | float | getR3C1F() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | float | getR3C2F() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | float | getR3C3F() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | getRow4F(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | getRow4FUnsafe(int,
| n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | double | getRowColumnD(int,
| n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | float | getRowColumnF(int,
| n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | setR0C0D(double) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR0C1D(double) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR1C0D(double) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR1C1D(double) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setRowWith2D(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setRowWith2DUnsafe(int,
| n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | setR0C0F(float) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR0C1F(float) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR1C0F(float) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR1C1F(float) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setRowWith2F(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setRowWith2FUnsafe(int,
| n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | setR0C2D(double) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR1C2D(double) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR2C0D(double) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR2C1D(double) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR2C2D(double) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setRowWith3D(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setRowWith3DUnsafe(int,
| n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | setR0C2F(float) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR1C2F(float) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR2C0F(float) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR2C1F(float) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR2C2F(float) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setRowWith3F(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setRowWith3FUnsafe(int,
| n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | setR0C3D(double) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR1C3D(double) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR2C3D(double) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR3C0D(double) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR3C1D(double) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR3C2D(double) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR3C3D(double) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setRow0With4D(com.io7m.jtensors.VectorReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setRow1With4D(com.io7m.jtensors.VectorReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setRow2With4D(com.io7m.jtensors.VectorReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setRow3With4D(com.io7m.jtensors.VectorReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setRowWith4D(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setRowWith4DUnsafe(int,
| n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | setR0C3F(float) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR1C3F(float) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR2C3F(float) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR3C0F(float) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR3C1F(float) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR3C2F(float) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setR3C3F(float) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setRow0With4F(com.io7m.jtensors.VectorReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setRow1With4F(com.io7m.jtensors.VectorReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setRow2With4F(com.io7m.jtensors.VectorReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setRow3With4F(com.io7m.jtensors.VectorReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setRowWith4F(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setRowWith4FUnsafe(int,
| n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | setRowColumnD(int,
| n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | setRowColumnF(int,
| n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | OrthonormalizedI3D(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED (!) | public | com.io7m.jtensors.VectorI3D | getV0() | n.a. |
|
|
||||||
| REMOVED (!) | public | com.io7m.jtensors.VectorI3D | getV1() | n.a. |
|
|
||||||
| REMOVED (!) | public | com.io7m.jtensors.VectorI3D | getV2() | n.a. |
|
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | OrthonormalizedI3F(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED (!) | public | com.io7m.jtensors.VectorI3F | getV0() | n.a. |
|
|
||||||
| REMOVED (!) | public | com.io7m.jtensors.VectorI3F | getV1() | n.a. |
|
|
||||||
| REMOVED (!) | public | com.io7m.jtensors.VectorI3F | getV2() | n.a. |
|
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritableDType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritableFType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritableDType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritableFType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirect3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrix3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirectBufferedDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirectReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritableDType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirect3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrix3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirectBufferedFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirectReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritableFType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirect4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrix4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirectBufferedDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirectReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritableDType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirect4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrix4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirectBufferedFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirectReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritableFType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirect3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrix3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirect3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirectBufferedDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirectReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritableDType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | java.nio.DoubleBuffer | getDirectDoubleBuffer() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | double | getRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixDirect3x3DType | newMatrix() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixDirect3x3DType | newMatrixFrom(com.io7m.jtensors.parameterized.PMatrixReadable3x3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixDirect3x3DType | newMatrixFromUntyped(com.io7m.jtensors.MatrixReadable3x3DType) | n.a. |
|
|
||||||
| REMOVED | public | void | setR0C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirect3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrix3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirect3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirectBufferedFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirectReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritableFType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | java.nio.FloatBuffer | getDirectFloatBuffer() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | float | getRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixDirect3x3FType | newMatrix() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixDirect3x3FType | newMatrixFrom(com.io7m.jtensors.parameterized.PMatrixReadable3x3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixDirect3x3FType | newMatrixFromUntyped(com.io7m.jtensors.MatrixReadable3x3FType) | n.a. |
|
|
||||||
| REMOVED | public | void | setR0C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirect4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrix4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirect4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirectBufferedDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirectReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritableDType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | java.nio.DoubleBuffer | getDirectDoubleBuffer() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | double | getRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixDirect4x4DType | newMatrix() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixDirect4x4DType | newMatrixFrom(com.io7m.jtensors.parameterized.PMatrixReadable4x4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixDirect4x4DType | newMatrixFromUntyped(com.io7m.jtensors.MatrixReadable4x4DType) | n.a. |
|
|
||||||
| REMOVED | public | void | setR0C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C3D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C3D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C3D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C3D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow0With4D(com.io7m.jtensors.VectorReadable4DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow1With4D(com.io7m.jtensors.VectorReadable4DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow2With4D(com.io7m.jtensors.VectorReadable4DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow3With4D(com.io7m.jtensors.VectorReadable4DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith4D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith4DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirect4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrix4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirect4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirectBufferedFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirectReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritableFType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | java.nio.FloatBuffer | getDirectFloatBuffer() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | float | getRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixDirect4x4FType | newMatrix() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixDirect4x4FType | newMatrixFrom(com.io7m.jtensors.parameterized.PMatrixReadable4x4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixDirect4x4FType | newMatrixFromUntyped(com.io7m.jtensors.MatrixReadable4x4FType) | n.a. |
|
|
||||||
| REMOVED | public | void | setR0C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C3F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C3F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C3F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C3F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow0With4F(com.io7m.jtensors.VectorReadable4FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow1With4F(com.io7m.jtensors.VectorReadable4FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow2With4F(com.io7m.jtensors.VectorReadable4FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow3With4F(com.io7m.jtensors.VectorReadable4FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith4F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith4FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirectBufferedDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableDType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirectBufferedFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableFType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirectBufferedDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableDType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixDirectReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixDirectBufferedFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableFType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrix3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritableDType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getR0C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | double | getRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrix3x3DType | newMatrix() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrix3x3DType | newMatrixFrom(com.io7m.jtensors.parameterized.PMatrixReadable3x3DType) | n.a. |
|
|
||||||
| REMOVED | public | void | setR0C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrix3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritableFType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getR0C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | float | getRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrix3x3FType | newMatrix() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrix3x3FType | newMatrixFrom(com.io7m.jtensors.parameterized.PMatrixReadable3x3FType) | n.a. |
|
|
||||||
| REMOVED | public | void | setR0C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrix4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritableDType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getR0C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | double | getRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrix4x4DType | newMatrix() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrix4x4DType | newMatrixFrom(com.io7m.jtensors.parameterized.PMatrixReadable4x4DType) | n.a. |
|
|
||||||
| REMOVED | public | void | setR0C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C3D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C3D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C3D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C0D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C1D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C2D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C3D(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow0With4D(com.io7m.jtensors.VectorReadable4DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow1With4D(com.io7m.jtensors.VectorReadable4DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow2With4D(com.io7m.jtensors.VectorReadable4DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow3With4D(com.io7m.jtensors.VectorReadable4DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith4D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith4DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Matrix4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrix4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritableFType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getR0C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | float | getRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrix4x4FType | newMatrix() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrix4x4FType | newMatrixFrom(com.io7m.jtensors.parameterized.PMatrixReadable4x4FType) | n.a. |
|
|
||||||
| REMOVED | public | void | setR0C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR0C3F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR1C3F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR2C3F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C0F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C1F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C2F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setR3C3F(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow0With4F(com.io7m.jtensors.VectorReadable4FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow1With4F(com.io7m.jtensors.VectorReadable4FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow2With4F(com.io7m.jtensors.VectorReadable4FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRow3With4F(com.io7m.jtensors.VectorReadable4FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith3FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith4F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setRowWith4FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableDType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getR0C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | double | getRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixI3x3D | identity() | n.a. |
|
|
||||||
| REMOVED (!) | public | void | makeMatrix3x3D(com.io7m.jtensors.parameterized.PMatrixWritable3x3DType) | n.a. |
|
|
||||||
| REMOVED (!) | public | void | makeMatrix3x3DUntyped(com.io7m.jtensors.MatrixWritable3x3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixI3x3D | newFromColumns(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixI3x3D | newFromReadable(com.io7m.jtensors.parameterized.PMatrixReadable3x3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixI3x3D | newFromReadableUntyped(com.io7m.jtensors.MatrixReadable3x3DType) | n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | com.io7m.jequality.annotations.EqualityStructural | n.a. |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableFType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getR0C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | float | getRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixI3x3F | identity() | n.a. |
|
|
||||||
| REMOVED (!) | public | void | makeMatrix3x3F(com.io7m.jtensors.parameterized.PMatrixWritable3x3FType) | n.a. |
|
|
||||||
| REMOVED (!) | public | void | makeMatrix3x3FUntyped(com.io7m.jtensors.MatrixWritable3x3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixI3x3F | newFromColumns(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixI3x3F | newFromReadable(com.io7m.jtensors.parameterized.PMatrixReadable3x3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixI3x3F | newFromReadableUntyped(com.io7m.jtensors.MatrixReadable3x3FType) | n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | com.io7m.jequality.annotations.EqualityStructural | n.a. |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableDType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getR0C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR0C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR1C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR2C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C0D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C1D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C2D() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getR3C3D() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4D(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4DUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | double | getRowColumnD(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixI4x4D | identity() | n.a. |
|
|
||||||
| REMOVED (!) | public | void | makeMatrix4x4D(com.io7m.jtensors.parameterized.PMatrixWritable4x4DType) | n.a. |
|
|
||||||
| REMOVED (!) | public | void | makeMatrix4x4DUntyped(com.io7m.jtensors.MatrixWritable4x4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixI4x4D | newFromColumns(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixI4x4D | newFromReadable(com.io7m.jtensors.parameterized.PMatrixReadable4x4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixI4x4D | newFromReadableUntyped(com.io7m.jtensors.MatrixReadable4x4DType) | n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | com.io7m.jequality.annotations.EqualityStructural | n.a. |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableFType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getR0C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR0C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR1C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR2C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C0F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C1F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C2F() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getR3C3F() | n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow2FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow3FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4F(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | getRow4FUnsafe(int,
| n.a. | n.a. |
|
||||||
| REMOVED | public | float | getRowColumnF(int,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixI4x4F | identity() | n.a. |
|
|
||||||
| REMOVED (!) | public | void | makeMatrix4x4F(com.io7m.jtensors.parameterized.PMatrixWritable4x4FType) | n.a. |
|
|
||||||
| REMOVED (!) | public | void | makeMatrix4x4FUntyped(com.io7m.jtensors.MatrixWritable4x4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixI4x4F | newFromColumns(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixI4x4F | newFromReadable(com.io7m.jtensors.parameterized.PMatrixReadable4x4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixI4x4F | newFromReadableUntyped(com.io7m.jtensors.MatrixReadable4x4FType) | n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | com.io7m.jequality.annotations.EqualityStructural | n.a. |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixWritable3x3DType | copy(com.io7m.jtensors.parameterized.PMatrixReadable3x3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | invert(com.io7m.jtensors.parameterized.PMatrixM3x3D$ContextPM3D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixWritable3x3DType | multiply(com.io7m.jtensors.parameterized.PMatrixReadable3x3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | multiplyVector3D(com.io7m.jtensors.parameterized.PMatrixM3x3D$ContextPM3D,
| n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PMatrixM3x3D$ContextPM3D() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixWritable3x3FType | copy(com.io7m.jtensors.parameterized.PMatrixReadable3x3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | invert(com.io7m.jtensors.parameterized.PMatrixM3x3F$ContextPM3F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixWritable3x3FType | multiply(com.io7m.jtensors.parameterized.PMatrixReadable3x3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | multiplyVector3F(com.io7m.jtensors.parameterized.PMatrixM3x3F$ContextPM3F,
| n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PMatrixM3x3F$ContextPM3F() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixWritable4x4DType | copy(com.io7m.jtensors.parameterized.PMatrixReadable4x4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | invert(com.io7m.jtensors.parameterized.PMatrixM4x4D$ContextPM4D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixWritable4x4DType | multiply(com.io7m.jtensors.parameterized.PMatrixReadable4x4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | multiplyVector4D(com.io7m.jtensors.parameterized.PMatrixM4x4D$ContextPM4D,
| n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PMatrixM4x4D$ContextPM4D() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixWritable4x4FType | copy(com.io7m.jtensors.parameterized.PMatrixReadable4x4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | invert(com.io7m.jtensors.parameterized.PMatrixM4x4F$ContextPM4F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PMatrixWritable4x4FType | multiply(com.io7m.jtensors.parameterized.PMatrixReadable4x4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | multiplyVector4F(com.io7m.jtensors.parameterized.PMatrixM4x4F$ContextPM4F,
| n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PMatrixM4x4F$ContextPM4F() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableDType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableFType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableDType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixReadableFType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableDType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixReadableFType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritableDType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritableFType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritableDType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritableFType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable4x4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritableDType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable2x2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable3x3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritable4x4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PMatrixWritableFType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableDType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.MatrixWritableFType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2DType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2FType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2IType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2LType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3DType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3FType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3IType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3LType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4DType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4FType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable4IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable4IType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector4IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4IType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable4LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable4LType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector4LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4LType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorI2D(double,
| n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI2D(com.io7m.jtensors.parameterized.PVectorReadable2DType) | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI2D() | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2D | absolute(com.io7m.jtensors.parameterized.PVectorReadable2DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2D | add(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2D | addScaled(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualDouble$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | angle(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2D | clamp(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2D | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2D | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2D | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2D | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2D | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | distance(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getXD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getYD() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2D | interpolateLinear(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitude(com.io7m.jtensors.parameterized.PVectorReadable2DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable2DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2D | normalize(com.io7m.jtensors.parameterized.PVectorReadable2DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jfunctional.Pair | orthoNormalize(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2D | projection(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2D | scale(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2D | subtract(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2D | zero() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorI2F() | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI2F(float,
| n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI2F(com.io7m.jtensors.parameterized.PVectorReadable2FType) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2F | absolute(com.io7m.jtensors.parameterized.PVectorReadable2FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2F | add(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2F | addScaled(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualFloat$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | angle(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2F | clamp(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2F | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2F | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2F | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2F | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2F | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | distance(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getXF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getYF() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2F | interpolateLinear(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitude(com.io7m.jtensors.parameterized.PVectorReadable2FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable2FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2F | normalize(com.io7m.jtensors.parameterized.PVectorReadable2FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jfunctional.Pair | orthoNormalize(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2F | projection(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2F | scale(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2F | subtract(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2F | zero() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2IType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorI2I(com.io7m.jtensors.parameterized.PVectorReadable2IType) | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI2I(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI2I() | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2I | absolute(com.io7m.jtensors.parameterized.PVectorReadable2IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2I | add(com.io7m.jtensors.parameterized.PVectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2I | addScaled(com.io7m.jtensors.parameterized.PVectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | double | angle(com.io7m.jtensors.parameterized.PVectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2I | clamp(com.io7m.jtensors.parameterized.PVectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2I | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2I | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2I | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2I | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2I | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | int | distance(com.io7m.jtensors.parameterized.PVectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | int | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | int | getXI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getYI() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2I | interpolateLinear(com.io7m.jtensors.parameterized.PVectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | int | magnitude(com.io7m.jtensors.parameterized.PVectorReadable2IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | int | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable2IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2I | projection(com.io7m.jtensors.parameterized.PVectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2I | scale(com.io7m.jtensors.parameterized.PVectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2I | subtract(com.io7m.jtensors.parameterized.PVectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2I | zero() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2LType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorI2L() | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI2L(long,
| n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI2L(com.io7m.jtensors.parameterized.PVectorReadable2LType) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2L | absolute(com.io7m.jtensors.parameterized.PVectorReadable2LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2L | add(com.io7m.jtensors.parameterized.PVectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2L | addScaled(com.io7m.jtensors.parameterized.PVectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | double | angle(com.io7m.jtensors.parameterized.PVectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2L | clamp(com.io7m.jtensors.parameterized.PVectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2L | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2L | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2L | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2L | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2L | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | long | distance(com.io7m.jtensors.parameterized.PVectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | long | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | long | getXL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getYL() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2L | interpolateLinear(com.io7m.jtensors.parameterized.PVectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | long | magnitude(com.io7m.jtensors.parameterized.PVectorReadable2LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | long | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable2LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2L | projection(com.io7m.jtensors.parameterized.PVectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2L | scale(com.io7m.jtensors.parameterized.PVectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2L | subtract(com.io7m.jtensors.parameterized.PVectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI2L | zero() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3DType |
|
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | com.io7m.jtensors.parameterized.PVectorI3D (!) |
| ZERO |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorI3D(double,
| n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI3D(com.io7m.jtensors.parameterized.PVectorReadable3DType) | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI3D() | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3D | absolute(com.io7m.jtensors.parameterized.PVectorReadable3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3D | add(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3D | addScaled(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualDouble$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3D | clamp(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3D | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3D | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3D | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3D | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3D | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3D | crossProduct(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | distance(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getXD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getYD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getZD() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3D | interpolateLinear(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitude(com.io7m.jtensors.parameterized.PVectorReadable3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3D | normalize(com.io7m.jtensors.parameterized.PVectorReadable3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jfunctional.Pair | orthoNormalize(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3D | projection(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3D | scale(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3D | subtract(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3D | zero() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3FType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorI3F(float,
| n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI3F() | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI3F(com.io7m.jtensors.parameterized.PVectorReadable3FType) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3F | absolute(com.io7m.jtensors.parameterized.PVectorReadable3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3F | add(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3F | addScaled(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualFloat$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3F | clamp(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3F | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3F | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3F | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3F | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3F | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3F | crossProduct(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | float | distance(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | float | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getXF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getYF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getZF() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3F | interpolateLinear(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | float | magnitude(com.io7m.jtensors.parameterized.PVectorReadable3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | float | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3F | normalize(com.io7m.jtensors.parameterized.PVectorReadable3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jfunctional.Pair | orthoNormalize(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3F | projection(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3F | scale(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3F | subtract(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3F | zero() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3IType |
|
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | com.io7m.jtensors.parameterized.PVectorI3I (!) |
| ZERO |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorI3I() | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI3I(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI3I(com.io7m.jtensors.parameterized.PVectorReadable3IType) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3I | absolute(com.io7m.jtensors.parameterized.PVectorReadable3IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3I | add(com.io7m.jtensors.parameterized.PVectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3I | addScaled(com.io7m.jtensors.parameterized.PVectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3I | clamp(com.io7m.jtensors.parameterized.PVectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3I | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3I | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3I | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3I | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3I | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | int | distance(com.io7m.jtensors.parameterized.PVectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | int | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | int | getXI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getYI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getZI() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3I | interpolateLinear(com.io7m.jtensors.parameterized.PVectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | int | magnitude(com.io7m.jtensors.parameterized.PVectorReadable3IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | int | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable3IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3I | projection(com.io7m.jtensors.parameterized.PVectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3I | scale(com.io7m.jtensors.parameterized.PVectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3I | subtract(com.io7m.jtensors.parameterized.PVectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3I | zero() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3LType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorI3L(long,
| n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI3L(com.io7m.jtensors.parameterized.PVectorReadable3LType) | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI3L() | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3L | absolute(com.io7m.jtensors.parameterized.PVectorReadable3LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3L | add(com.io7m.jtensors.parameterized.PVectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3L | addScaled(com.io7m.jtensors.parameterized.PVectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3L | clamp(com.io7m.jtensors.parameterized.PVectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3L | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3L | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3L | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3L | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3L | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | long | distance(com.io7m.jtensors.parameterized.PVectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | long | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | long | getXL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getYL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getZL() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3L | interpolateLinear(com.io7m.jtensors.parameterized.PVectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | long | magnitude(com.io7m.jtensors.parameterized.PVectorReadable3LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | long | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable3LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3L | projection(com.io7m.jtensors.parameterized.PVectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3L | scale(com.io7m.jtensors.parameterized.PVectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3L | subtract(com.io7m.jtensors.parameterized.PVectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI3L | zero() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4DType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorI4D(com.io7m.jtensors.parameterized.PVectorReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI4D(double,
| n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI4D() | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4D | absolute(com.io7m.jtensors.parameterized.PVectorReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4D | add(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4D | addScaled(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualDouble$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4D | clamp(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4D | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4D | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4D | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4D | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4D | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | distance(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getWD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getXD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getYD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getZD() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4D | interpolateLinear(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitude(com.io7m.jtensors.parameterized.PVectorReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4D | normalize(com.io7m.jtensors.parameterized.PVectorReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jfunctional.Pair | orthoNormalize(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4D | projection(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4D | scale(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4D | subtract(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4D | zero() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4FType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorI4F(float,
| n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI4F() | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI4F(com.io7m.jtensors.parameterized.PVectorReadable4FType) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4F | absolute(com.io7m.jtensors.parameterized.PVectorReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4F | add(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4F | addScaled(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualFloat$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4F | clamp(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4F | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4F | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4F | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4F | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4F | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | float | distance(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | float | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getWF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getXF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getYF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getZF() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4F | interpolateLinear(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | float | magnitude(com.io7m.jtensors.parameterized.PVectorReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | float | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4F | normalize(com.io7m.jtensors.parameterized.PVectorReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jfunctional.Pair | orthoNormalize(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4F | projection(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4F | scale(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4F | subtract(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4F | zero() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable4IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4IType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorI4I(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI4I(com.io7m.jtensors.parameterized.PVectorReadable4IType) | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI4I() | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4I | absolute(com.io7m.jtensors.parameterized.PVectorReadable4IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4I | add(com.io7m.jtensors.parameterized.PVectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4I | addScaled(com.io7m.jtensors.parameterized.PVectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4I | clamp(com.io7m.jtensors.parameterized.PVectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4I | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4I | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4I | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4I | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4I | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | int | distance(com.io7m.jtensors.parameterized.PVectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | int | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | int | getWI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getXI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getYI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getZI() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4I | interpolateLinear(com.io7m.jtensors.parameterized.PVectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | int | magnitude(com.io7m.jtensors.parameterized.PVectorReadable4IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | int | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable4IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4I | projection(com.io7m.jtensors.parameterized.PVectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4I | scale(com.io7m.jtensors.parameterized.PVectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4I | subtract(com.io7m.jtensors.parameterized.PVectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4I | zero() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable4LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4LType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorI4L() | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI4L(com.io7m.jtensors.parameterized.PVectorReadable4LType) | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorI4L(long,
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4L | absolute(com.io7m.jtensors.parameterized.PVectorReadable4LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4L | add(com.io7m.jtensors.parameterized.PVectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4L | addScaled(com.io7m.jtensors.parameterized.PVectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4L | clamp(com.io7m.jtensors.parameterized.PVectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4L | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4L | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4L | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4L | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4L | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | long | distance(com.io7m.jtensors.parameterized.PVectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | long | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | long | getWL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getXL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getYL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getZL() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4L | interpolateLinear(com.io7m.jtensors.parameterized.PVectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | long | magnitude(com.io7m.jtensors.parameterized.PVectorReadable4LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | long | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable4LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4L | projection(com.io7m.jtensors.parameterized.PVectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4L | scale(com.io7m.jtensors.parameterized.PVectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4L | subtract(com.io7m.jtensors.parameterized.PVectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorI4L | zero() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2DType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM2D() | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM2D(com.io7m.jtensors.parameterized.PVectorReadable2DType) | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM2D(double,
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | absolute(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | absoluteInPlace(com.io7m.jtensors.parameterized.PVectorWritable2DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | add(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | addInPlace(com.io7m.jtensors.parameterized.PVectorWritable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | addScaled(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | addScaledInPlace(com.io7m.jtensors.parameterized.PVectorWritable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualDouble$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | angle(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | clamp(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | clampByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | clampInPlace(com.io7m.jtensors.parameterized.PVectorWritable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | clampMaximumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | clampMaximumInPlace(com.io7m.jtensors.parameterized.PVectorWritable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | clampMinimumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | clampMinimumInPlace(com.io7m.jtensors.parameterized.PVectorWritable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | copy(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED | public | void | copyFrom2D(com.io7m.jtensors.VectorReadable2DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFromTyped2D(com.io7m.jtensors.parameterized.PVectorReadable2DType) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | double | distance(com.io7m.jtensors.parameterized.PVectorM2D$ContextPVM2D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getXD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getYD() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | interpolateLinear(com.io7m.jtensors.parameterized.PVectorM2D$ContextPVM2D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitude(com.io7m.jtensors.parameterized.PVectorReadable2DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable2DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | normalize(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | normalizeInPlace(com.io7m.jtensors.parameterized.PVectorWritable2DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalize(com.io7m.jtensors.parameterized.PVectorM2D$ContextPVM2D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalizeInPlace(com.io7m.jtensors.parameterized.PVectorM2D$ContextPVM2D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | projection(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | scale(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | scaleInPlace(com.io7m.jtensors.parameterized.PVectorWritable2DType,
| n.a. |
|
|
||||||
| REMOVED | public | void | set2D(double,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setXD(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setYD(double) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | subtract(com.io7m.jtensors.parameterized.PVectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2DType | subtractInPlace(com.io7m.jtensors.parameterized.PVectorWritable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM2D$ContextPVM2D() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2FType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM2F(com.io7m.jtensors.parameterized.PVectorReadable2FType) | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM2F() | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM2F(float,
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | absolute(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | absoluteInPlace(com.io7m.jtensors.parameterized.PVectorWritable2FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | add(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | addInPlace(com.io7m.jtensors.parameterized.PVectorWritable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | addScaled(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | addScaledInPlace(com.io7m.jtensors.parameterized.PVectorWritable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualFloat$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | angle(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | clamp(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | clampByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | clampInPlace(com.io7m.jtensors.parameterized.PVectorWritable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | clampMaximumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | clampMaximumInPlace(com.io7m.jtensors.parameterized.PVectorWritable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | clampMinimumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | clampMinimumInPlace(com.io7m.jtensors.parameterized.PVectorWritable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | copy(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED | public | void | copyFrom2F(com.io7m.jtensors.VectorReadable2FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFromTyped2F(com.io7m.jtensors.parameterized.PVectorReadable2FType) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | double | distance(com.io7m.jtensors.parameterized.PVectorM2F$ContextPVM2F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | float | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getXF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getYF() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | interpolateLinear(com.io7m.jtensors.parameterized.PVectorM2F$ContextPVM2F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitude(com.io7m.jtensors.parameterized.PVectorReadable2FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable2FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | normalize(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | normalizeInPlace(com.io7m.jtensors.parameterized.PVectorWritable2FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalize(com.io7m.jtensors.parameterized.PVectorM2F$ContextPVM2F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalizeInPlace(com.io7m.jtensors.parameterized.PVectorM2F$ContextPVM2F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | projection(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | scale(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | scaleInPlace(com.io7m.jtensors.parameterized.PVectorWritable2FType,
| n.a. |
|
|
||||||
| REMOVED | public | void | set2F(float,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setXF(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setYF(float) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | subtract(com.io7m.jtensors.parameterized.PVectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2FType | subtractInPlace(com.io7m.jtensors.parameterized.PVectorWritable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM2F$ContextPVM2F() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2IType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM2I() | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM2I(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM2I(com.io7m.jtensors.parameterized.PVectorReadable2IType) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | absolute(com.io7m.jtensors.parameterized.PVectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | absoluteInPlace(com.io7m.jtensors.parameterized.PVectorWritable2IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | add(com.io7m.jtensors.parameterized.PVectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | addInPlace(com.io7m.jtensors.parameterized.PVectorWritable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | addScaled(com.io7m.jtensors.parameterized.PVectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | addScaledInPlace(com.io7m.jtensors.parameterized.PVectorWritable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | double | angle(com.io7m.jtensors.parameterized.PVectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | clamp(com.io7m.jtensors.parameterized.PVectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | clampByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | clampInPlace(com.io7m.jtensors.parameterized.PVectorWritable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | clampMaximumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | clampMaximumInPlace(com.io7m.jtensors.parameterized.PVectorWritable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | clampMinimumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | clampMinimumInPlace(com.io7m.jtensors.parameterized.PVectorWritable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | copy(com.io7m.jtensors.parameterized.PVectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED | public | void | copyFrom2I(com.io7m.jtensors.VectorReadable2IType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFromTyped2I(com.io7m.jtensors.parameterized.PVectorReadable2IType) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | long | distance(com.io7m.jtensors.parameterized.PVectorM2I$ContextPVM2I,
|
|
|
|
||||||||||
| REMOVED (!) | static public | int | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | int | getXI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getYI() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | interpolateLinear(com.io7m.jtensors.parameterized.PVectorM2I$ContextPVM2I,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | int | magnitude(com.io7m.jtensors.parameterized.PVectorReadable2IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | int | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable2IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | projection(com.io7m.jtensors.parameterized.PVectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | scale(com.io7m.jtensors.parameterized.PVectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | scaleInPlace(com.io7m.jtensors.parameterized.PVectorWritable2IType,
|
|
|
|
||||||||||
| REMOVED | public | void | set2I(int,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setXI(int) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setYI(int) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | subtract(com.io7m.jtensors.parameterized.PVectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2IType | subtractInPlace(com.io7m.jtensors.parameterized.PVectorWritable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM2I$ContextPVM2I() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2LType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM2L() | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM2L(long,
| n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM2L(com.io7m.jtensors.parameterized.PVectorReadable2LType) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | absolute(com.io7m.jtensors.parameterized.PVectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | absoluteInPlace(com.io7m.jtensors.parameterized.PVectorWritable2LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | add(com.io7m.jtensors.parameterized.PVectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | addInPlace(com.io7m.jtensors.parameterized.PVectorWritable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | addScaled(com.io7m.jtensors.parameterized.PVectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | addScaledInPlace(com.io7m.jtensors.parameterized.PVectorWritable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | double | angle(com.io7m.jtensors.parameterized.PVectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | clamp(com.io7m.jtensors.parameterized.PVectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | clampByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | clampInPlace(com.io7m.jtensors.parameterized.PVectorWritable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | clampMaximumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | clampMaximumInPlace(com.io7m.jtensors.parameterized.PVectorWritable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | clampMinimumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | clampMinimumInPlace(com.io7m.jtensors.parameterized.PVectorWritable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | copy(com.io7m.jtensors.parameterized.PVectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED | public | void | copyFrom2L(com.io7m.jtensors.VectorReadable2LType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFromTyped2L(com.io7m.jtensors.parameterized.PVectorReadable2LType) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | long | distance(com.io7m.jtensors.parameterized.PVectorM2L$ContextPVM2L,
|
|
|
|
||||||||||
| REMOVED (!) | static public | long | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | long | getXL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getYL() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | interpolateLinear(com.io7m.jtensors.parameterized.PVectorM2L$ContextPVM2L,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | long | magnitude(com.io7m.jtensors.parameterized.PVectorReadable2LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | long | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable2LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | projection(com.io7m.jtensors.parameterized.PVectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | scale(com.io7m.jtensors.parameterized.PVectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | scaleInPlace(com.io7m.jtensors.parameterized.PVectorWritable2LType,
|
|
|
|
||||||||||
| REMOVED | public | void | set2L(long,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setXL(long) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setYL(long) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | subtract(com.io7m.jtensors.parameterized.PVectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable2LType | subtractInPlace(com.io7m.jtensors.parameterized.PVectorWritable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM2L$ContextPVM2L() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3DType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM3D(com.io7m.jtensors.parameterized.PVectorReadable3DType) | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM3D(double,
| n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM3D() | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | absolute(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | absoluteInPlace(com.io7m.jtensors.parameterized.PVectorWritable3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | add(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | addInPlace(com.io7m.jtensors.parameterized.PVectorWritable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | addScaled(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | addScaledInPlace(com.io7m.jtensors.parameterized.PVectorWritable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualDouble$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | clamp(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | clampByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | clampInPlace(com.io7m.jtensors.parameterized.PVectorWritable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | clampMaximumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | clampMaximumInPlace(com.io7m.jtensors.parameterized.PVectorWritable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | clampMinimumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | clampMinimumInPlace(com.io7m.jtensors.parameterized.PVectorWritable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | copy(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED | public | void | copyFrom2D(com.io7m.jtensors.VectorReadable2DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFrom3D(com.io7m.jtensors.VectorReadable3DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFromTyped2D(com.io7m.jtensors.parameterized.PVectorReadable2DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFromTyped3D(com.io7m.jtensors.parameterized.PVectorReadable3DType) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | crossProduct(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | distance(com.io7m.jtensors.parameterized.PVectorM3D$ContextPVM3D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getXD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getYD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getZD() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | interpolateLinear(com.io7m.jtensors.parameterized.PVectorM3D$ContextPVM3D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitude(com.io7m.jtensors.parameterized.PVectorReadable3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | normalize(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | normalizeInPlace(com.io7m.jtensors.parameterized.PVectorWritable3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalize(com.io7m.jtensors.parameterized.PVectorM3D$ContextPVM3D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalizeInPlace(com.io7m.jtensors.parameterized.PVectorM3D$ContextPVM3D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | projection(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | scale(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | scaleInPlace(com.io7m.jtensors.parameterized.PVectorWritable3DType,
| n.a. |
|
|
||||||
| REMOVED | public | void | set2D(double,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | set3D(double,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setXD(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setYD(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setZD(double) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | subtract(com.io7m.jtensors.parameterized.PVectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3DType | subtractInPlace(com.io7m.jtensors.parameterized.PVectorWritable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM3D$ContextPVM3D() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3FType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM3F(float,
| n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM3F(com.io7m.jtensors.parameterized.PVectorReadable3FType) | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM3F() | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | absolute(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | absoluteInPlace(com.io7m.jtensors.parameterized.PVectorWritable3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | add(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | addInPlace(com.io7m.jtensors.parameterized.PVectorWritable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | addScaled(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | addScaledInPlace(com.io7m.jtensors.parameterized.PVectorWritable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualFloat$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | clamp(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | clampByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | clampInPlace(com.io7m.jtensors.parameterized.PVectorWritable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | clampMaximumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | clampMaximumInPlace(com.io7m.jtensors.parameterized.PVectorWritable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | clampMinimumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | clampMinimumInPlace(com.io7m.jtensors.parameterized.PVectorWritable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | copy(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED | public | void | copyFrom2F(com.io7m.jtensors.VectorReadable2FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFrom3F(com.io7m.jtensors.VectorReadable3FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFromTyped2F(com.io7m.jtensors.parameterized.PVectorReadable2FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFromTyped3F(com.io7m.jtensors.parameterized.PVectorReadable3FType) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | crossProduct(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | distance(com.io7m.jtensors.parameterized.PVectorM3F$ContextPVM3F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getXF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getYF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getZF() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | interpolateLinear(com.io7m.jtensors.parameterized.PVectorM3F$ContextPVM3F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | float | magnitude(com.io7m.jtensors.parameterized.PVectorReadable3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | normalize(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | normalizeInPlace(com.io7m.jtensors.parameterized.PVectorWritable3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalize(com.io7m.jtensors.parameterized.PVectorM3F$ContextPVM3F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalizeInPlace(com.io7m.jtensors.parameterized.PVectorM3F$ContextPVM3F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | projection(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | scale(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | scaleInPlace(com.io7m.jtensors.parameterized.PVectorWritable3FType,
| n.a. |
|
|
||||||
| REMOVED | public | void | set2F(float,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | set3F(float,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setXF(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setYF(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setZF(float) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | subtract(com.io7m.jtensors.parameterized.PVectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3FType | subtractInPlace(com.io7m.jtensors.parameterized.PVectorWritable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM3F$ContextPVM3F() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3IType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM3I(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM3I() | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM3I(com.io7m.jtensors.parameterized.PVectorReadable3IType) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | absolute(com.io7m.jtensors.parameterized.PVectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | absoluteInPlace(com.io7m.jtensors.parameterized.PVectorWritable3IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | add(com.io7m.jtensors.parameterized.PVectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | addInPlace(com.io7m.jtensors.parameterized.PVectorWritable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | addScaled(com.io7m.jtensors.parameterized.PVectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | addScaledInPlace(com.io7m.jtensors.parameterized.PVectorWritable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | clamp(com.io7m.jtensors.parameterized.PVectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | clampByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | clampInPlace(com.io7m.jtensors.parameterized.PVectorWritable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | clampMaximumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | clampMaximumInPlace(com.io7m.jtensors.parameterized.PVectorWritable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | clampMinimumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | clampMinimumInPlace(com.io7m.jtensors.parameterized.PVectorWritable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | copy(com.io7m.jtensors.parameterized.PVectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED | public | void | copyFrom2I(com.io7m.jtensors.VectorReadable2IType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFrom3I(com.io7m.jtensors.VectorReadable3IType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFromTyped2I(com.io7m.jtensors.parameterized.PVectorReadable2IType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFromTyped3I(com.io7m.jtensors.parameterized.PVectorReadable3IType) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | int | distance(com.io7m.jtensors.parameterized.PVectorM3I$ContextPVM3I,
|
|
|
|
||||||||||
| REMOVED (!) | static public | int | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | int | getXI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getYI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getZI() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | interpolateLinear(com.io7m.jtensors.parameterized.PVectorM3I$ContextPVM3I,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | int | magnitude(com.io7m.jtensors.parameterized.PVectorReadable3IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | int | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable3IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | projection(com.io7m.jtensors.parameterized.PVectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | scale(com.io7m.jtensors.parameterized.PVectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | scaleInPlace(com.io7m.jtensors.parameterized.PVectorWritable3IType,
|
|
|
|
||||||||||
| REMOVED | public | void | set2I(int,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | set3I(int,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setXI(int) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setYI(int) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setZI(int) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | subtract(com.io7m.jtensors.parameterized.PVectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3IType | subtractInPlace(com.io7m.jtensors.parameterized.PVectorWritable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM3I$ContextPVM3I() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3LType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM3L() | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM3L(com.io7m.jtensors.parameterized.PVectorReadable3LType) | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM3L(long,
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | absolute(com.io7m.jtensors.parameterized.PVectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | absoluteInPlace(com.io7m.jtensors.parameterized.PVectorWritable3LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | add(com.io7m.jtensors.parameterized.PVectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | addInPlace(com.io7m.jtensors.parameterized.PVectorWritable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | addScaled(com.io7m.jtensors.parameterized.PVectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | addScaledInPlace(com.io7m.jtensors.parameterized.PVectorWritable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | clamp(com.io7m.jtensors.parameterized.PVectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | clampByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | clampInPlace(com.io7m.jtensors.parameterized.PVectorWritable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | clampMaximumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | clampMaximumInPlace(com.io7m.jtensors.parameterized.PVectorWritable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | clampMinimumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | clampMinimumInPlace(com.io7m.jtensors.parameterized.PVectorWritable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | copy(com.io7m.jtensors.parameterized.PVectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED | public | void | copyFrom2L(com.io7m.jtensors.VectorReadable2LType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFrom3L(com.io7m.jtensors.VectorReadable3LType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFromTyped2L(com.io7m.jtensors.parameterized.PVectorReadable2LType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFromTyped3L(com.io7m.jtensors.parameterized.PVectorReadable3LType) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | long | distance(com.io7m.jtensors.parameterized.PVectorM3L$ContextPVM3L,
|
|
|
|
||||||||||
| REMOVED (!) | static public | long | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | long | getXL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getYL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getZL() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | interpolateLinear(com.io7m.jtensors.parameterized.PVectorM3L$ContextPVM3L,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | long | magnitude(com.io7m.jtensors.parameterized.PVectorReadable3LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | long | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable3LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | projection(com.io7m.jtensors.parameterized.PVectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | scale(com.io7m.jtensors.parameterized.PVectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | scaleInPlace(com.io7m.jtensors.parameterized.PVectorWritable3LType,
|
|
|
|
||||||||||
| REMOVED | public | void | set2L(long,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | set3L(long,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setXL(long) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setYL(long) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setZL(long) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | subtract(com.io7m.jtensors.parameterized.PVectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable3LType | subtractInPlace(com.io7m.jtensors.parameterized.PVectorWritable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM3L$ContextPVM3L() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4DType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM4D(com.io7m.jtensors.parameterized.PVectorReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM4D() | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM4D(double,
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | absolute(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | absoluteInPlace(com.io7m.jtensors.parameterized.PVectorWritable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | add(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | addInPlace(com.io7m.jtensors.parameterized.PVectorWritable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | addScaled(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | addScaledInPlace(com.io7m.jtensors.parameterized.PVectorWritable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualDouble$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | clamp(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | clampByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | clampInPlace(com.io7m.jtensors.parameterized.PVectorWritable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | clampMaximumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | clampMaximumInPlace(com.io7m.jtensors.parameterized.PVectorWritable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | clampMinimumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | clampMinimumInPlace(com.io7m.jtensors.parameterized.PVectorWritable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | copy(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED | public | void | copyFrom2D(com.io7m.jtensors.VectorReadable2DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFrom3D(com.io7m.jtensors.VectorReadable3DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFrom4D(com.io7m.jtensors.VectorReadable4DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFromTyped2D(com.io7m.jtensors.parameterized.PVectorReadable2DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFromTyped3D(com.io7m.jtensors.parameterized.PVectorReadable3DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFromTyped4D(com.io7m.jtensors.parameterized.PVectorReadable4DType) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | double | distance(com.io7m.jtensors.parameterized.PVectorM4D$ContextPVM4D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getWD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getXD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getYD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getZD() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | interpolateLinear(com.io7m.jtensors.parameterized.PVectorM4D$ContextPVM4D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitude(com.io7m.jtensors.parameterized.PVectorReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | normalize(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | normalizeInPlace(com.io7m.jtensors.parameterized.PVectorWritable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalize(com.io7m.jtensors.parameterized.PVectorM4D$ContextPVM4D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalizeInPlace(com.io7m.jtensors.parameterized.PVectorM4D$ContextPVM4D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | projection(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | scale(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | scaleInPlace(com.io7m.jtensors.parameterized.PVectorWritable4DType,
| n.a. |
|
|
||||||
| REMOVED | public | void | set2D(double,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | set3D(double,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | set4D(double,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setWD(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setXD(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setYD(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setZD(double) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | subtract(com.io7m.jtensors.parameterized.PVectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4DType | subtractInPlace(com.io7m.jtensors.parameterized.PVectorWritable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM4D$ContextPVM4D() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4FType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM4F(float,
| n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM4F() | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM4F(com.io7m.jtensors.parameterized.PVectorReadable4FType) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | absolute(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | absoluteInPlace(com.io7m.jtensors.parameterized.PVectorWritable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | add(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | addInPlace(com.io7m.jtensors.parameterized.PVectorWritable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | addScaled(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | addScaledInPlace(com.io7m.jtensors.parameterized.PVectorWritable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualFloat$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | clamp(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | clampByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | clampInPlace(com.io7m.jtensors.parameterized.PVectorWritable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | clampMaximumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | clampMaximumInPlace(com.io7m.jtensors.parameterized.PVectorWritable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | clampMinimumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | clampMinimumInPlace(com.io7m.jtensors.parameterized.PVectorWritable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | copy(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED | public | void | copyFrom2F(com.io7m.jtensors.VectorReadable2FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFrom3F(com.io7m.jtensors.VectorReadable3FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFrom4F(com.io7m.jtensors.VectorReadable4FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFromTyped2F(com.io7m.jtensors.parameterized.PVectorReadable2FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFromTyped3F(com.io7m.jtensors.parameterized.PVectorReadable3FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFromTyped4F(com.io7m.jtensors.parameterized.PVectorReadable4FType) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | double | distance(com.io7m.jtensors.parameterized.PVectorM4F$ContextPVM4F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getWF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getXF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getYF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getZF() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | interpolateLinear(com.io7m.jtensors.parameterized.PVectorM4F$ContextPVM4F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitude(com.io7m.jtensors.parameterized.PVectorReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | normalize(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | normalizeInPlace(com.io7m.jtensors.parameterized.PVectorWritable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalize(com.io7m.jtensors.parameterized.PVectorM4F$ContextPVM4F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalizeInPlace(com.io7m.jtensors.parameterized.PVectorM4F$ContextPVM4F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | projection(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | scale(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | scaleInPlace(com.io7m.jtensors.parameterized.PVectorWritable4FType,
| n.a. |
|
|
||||||
| REMOVED | public | void | set2F(float,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | set3F(float,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | set4F(float,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setWF(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setXF(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setYF(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setZF(float) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | subtract(com.io7m.jtensors.parameterized.PVectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4FType | subtractInPlace(com.io7m.jtensors.parameterized.PVectorWritable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM4F$ContextPVM4F() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector4IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable4IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable4IType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector4IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4IType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM4I(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM4I() | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM4I(com.io7m.jtensors.parameterized.PVectorReadable4IType) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | absolute(com.io7m.jtensors.parameterized.PVectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | absoluteInPlace(com.io7m.jtensors.parameterized.PVectorWritable4IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | add(com.io7m.jtensors.parameterized.PVectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | addInPlace(com.io7m.jtensors.parameterized.PVectorWritable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | addScaled(com.io7m.jtensors.parameterized.PVectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | addScaledInPlace(com.io7m.jtensors.parameterized.PVectorWritable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | clamp(com.io7m.jtensors.parameterized.PVectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | clampByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | clampInPlace(com.io7m.jtensors.parameterized.PVectorWritable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | clampMaximumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | clampMaximumInPlace(com.io7m.jtensors.parameterized.PVectorWritable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | clampMinimumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | clampMinimumInPlace(com.io7m.jtensors.parameterized.PVectorWritable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | copy(com.io7m.jtensors.parameterized.PVectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED | public | void | copyFrom2I(com.io7m.jtensors.VectorReadable2IType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFrom3I(com.io7m.jtensors.VectorReadable3IType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFrom4I(com.io7m.jtensors.VectorReadable4IType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFromTyped2I(com.io7m.jtensors.parameterized.PVectorReadable2IType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFromTyped3I(com.io7m.jtensors.parameterized.PVectorReadable3IType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFromTyped4I(com.io7m.jtensors.parameterized.PVectorReadable4IType) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | int | distance(com.io7m.jtensors.parameterized.PVectorM4I$ContextPVM4I,
|
|
|
|
||||||||||
| REMOVED (!) | static public | int | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | int | getWI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getXI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getYI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getZI() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | interpolateLinear(com.io7m.jtensors.parameterized.PVectorM4I$ContextPVM4I,
|
|
|
|
||||||||||
| REMOVED (!) | static public | int | magnitude(com.io7m.jtensors.parameterized.PVectorReadable4IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | int | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable4IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | projection(com.io7m.jtensors.parameterized.PVectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | scale(com.io7m.jtensors.parameterized.PVectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | scaleInPlace(com.io7m.jtensors.parameterized.PVectorWritable4IType,
|
|
|
|
||||||||||
| REMOVED | public | void | set2I(int,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | set3I(int,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | set4I(int,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setWI(int) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setXI(int) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setYI(int) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setZI(int) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | subtract(com.io7m.jtensors.parameterized.PVectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4IType | subtractInPlace(com.io7m.jtensors.parameterized.PVectorWritable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM4I$ContextPVM4I() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVector4LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable4LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable4LType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector4LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4LType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM4L(long,
| n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM4L() | n.a. |
|
|
||||||
| REMOVED (!) | public | PVectorM4L(com.io7m.jtensors.parameterized.PVectorReadable4LType) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | absolute(com.io7m.jtensors.parameterized.PVectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | absoluteInPlace(com.io7m.jtensors.parameterized.PVectorWritable4LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | add(com.io7m.jtensors.parameterized.PVectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | addInPlace(com.io7m.jtensors.parameterized.PVectorWritable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | addScaled(com.io7m.jtensors.parameterized.PVectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | addScaledInPlace(com.io7m.jtensors.parameterized.PVectorWritable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | clamp(com.io7m.jtensors.parameterized.PVectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | clampByPVector(com.io7m.jtensors.parameterized.PVectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | clampByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | clampInPlace(com.io7m.jtensors.parameterized.PVectorWritable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | clampMaximum(com.io7m.jtensors.parameterized.PVectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | clampMaximumByPVector(com.io7m.jtensors.parameterized.PVectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | clampMaximumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | clampMaximumInPlace(com.io7m.jtensors.parameterized.PVectorWritable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | clampMinimum(com.io7m.jtensors.parameterized.PVectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | clampMinimumByPVector(com.io7m.jtensors.parameterized.PVectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | clampMinimumByPVectorInPlace(com.io7m.jtensors.parameterized.PVectorWritable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | clampMinimumInPlace(com.io7m.jtensors.parameterized.PVectorWritable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | copy(com.io7m.jtensors.parameterized.PVectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED | public | void | copyFrom2L(com.io7m.jtensors.VectorReadable2LType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFrom3L(com.io7m.jtensors.VectorReadable3LType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFrom4L(com.io7m.jtensors.VectorReadable4LType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFromTyped2L(com.io7m.jtensors.parameterized.PVectorReadable2LType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFromTyped3L(com.io7m.jtensors.parameterized.PVectorReadable3LType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFromTyped4L(com.io7m.jtensors.parameterized.PVectorReadable4LType) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | long | distance(com.io7m.jtensors.parameterized.PVectorM4L$ContextPVM4L,
|
|
|
|
||||||||||
| REMOVED (!) | static public | long | dotProduct(com.io7m.jtensors.parameterized.PVectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | long | getWL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getXL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getYL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getZL() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | interpolateLinear(com.io7m.jtensors.parameterized.PVectorM4L$ContextPVM4L,
|
|
|
|
||||||||||
| REMOVED (!) | static public | long | magnitude(com.io7m.jtensors.parameterized.PVectorReadable4LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | long | magnitudeSquared(com.io7m.jtensors.parameterized.PVectorReadable4LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | projection(com.io7m.jtensors.parameterized.PVectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | scale(com.io7m.jtensors.parameterized.PVectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | scaleInPlace(com.io7m.jtensors.parameterized.PVectorWritable4LType,
|
|
|
|
||||||||||
| REMOVED | public | void | set2L(long,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | set3L(long,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | set4L(long,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setWL(long) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setXL(long) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setYL(long) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setZL(long) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | subtract(com.io7m.jtensors.parameterized.PVectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.parameterized.PVectorWritable4LType | subtractInPlace(com.io7m.jtensors.parameterized.PVectorWritable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | PVectorM4L$ContextPVM4L() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2IType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2LType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3DType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3FType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3IType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3LType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4DType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4FType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4IType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorReadable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4LType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2DType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFromTyped2D(com.io7m.jtensors.parameterized.PVectorReadable2DType) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2FType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFromTyped2F(com.io7m.jtensors.parameterized.PVectorReadable2FType) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2IType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFromTyped2I(com.io7m.jtensors.parameterized.PVectorReadable2IType) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2LType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFromTyped2L(com.io7m.jtensors.parameterized.PVectorReadable2LType) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3DType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFromTyped3D(com.io7m.jtensors.parameterized.PVectorReadable3DType) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3FType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFromTyped3F(com.io7m.jtensors.parameterized.PVectorReadable3FType) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3IType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFromTyped3I(com.io7m.jtensors.parameterized.PVectorReadable3IType) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3LType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFromTyped3L(com.io7m.jtensors.parameterized.PVectorReadable3LType) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4DType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFromTyped4D(com.io7m.jtensors.parameterized.PVectorReadable4DType) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4FType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFromTyped4F(com.io7m.jtensors.parameterized.PVectorReadable4FType) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4IType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFromTyped4I(com.io7m.jtensors.parameterized.PVectorReadable4IType) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.parameterized.PVectorWritable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4LType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFromTyped4L(com.io7m.jtensors.parameterized.PVectorReadable4LType) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.QuaternionReadable4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.QuaternionWritable4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4DType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.QuaternionReadable4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.QuaternionWritable4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4FType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.QuaternionReadable4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4DType |
|
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | com.io7m.jtensors.QuaternionI4D (!) |
| IDENTITY |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | QuaternionI4D(double,
| n.a. |
|
|
||||||
| REMOVED (!) | public | QuaternionI4D() | n.a. |
|
|
||||||
| REMOVED (!) | public | QuaternionI4D(com.io7m.jtensors.QuaternionReadable4DType) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4D | add(com.io7m.jtensors.QuaternionReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualDouble$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4D | conjugate(com.io7m.jtensors.QuaternionReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | dotProduct(com.io7m.jtensors.QuaternionReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getWD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getXD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getYD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getZD() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4D | interpolateLinear(com.io7m.jtensors.QuaternionReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4D | interpolateSphericalLinear(com.io7m.jtensors.QuaternionReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | isNegationOf(com.io7m.jequality.AlmostEqualDouble$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4D | lookAt(com.io7m.jtensors.QuaternionI4D$Context,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitude(com.io7m.jtensors.QuaternionReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitudeSquared(com.io7m.jtensors.QuaternionReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4D | makeFromAxisAngle(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4D | makeFromRotationMatrix3x3(com.io7m.jtensors.MatrixReadable3x3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4D | makeFromRotationMatrix4x4(com.io7m.jtensors.MatrixReadable4x4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3DType | makeRotationMatrix3x3(com.io7m.jtensors.QuaternionReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | makeRotationMatrix4x4(com.io7m.jtensors.QuaternionReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4D | multiply(com.io7m.jtensors.QuaternionReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4D | negate(com.io7m.jtensors.QuaternionReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4D | normalize(com.io7m.jtensors.QuaternionReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4D | scale(com.io7m.jtensors.QuaternionReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4D | subtract(com.io7m.jtensors.QuaternionReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | com.io7m.jequality.annotations.EqualityStructural | n.a. |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | QuaternionI4D$Context() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.QuaternionReadable4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4FType |
|
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | com.io7m.jtensors.QuaternionI4F (!) |
| IDENTITY |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | QuaternionI4F() | n.a. |
|
|
||||||
| REMOVED (!) | public | QuaternionI4F(com.io7m.jtensors.QuaternionReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | public | QuaternionI4F(float,
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4F | add(com.io7m.jtensors.QuaternionReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualFloat$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4F | conjugate(com.io7m.jtensors.QuaternionReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | float | dotProduct(com.io7m.jtensors.QuaternionReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getWF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getXF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getYF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getZF() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4F | interpolateLinear(com.io7m.jtensors.QuaternionReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4F | interpolateSphericalLinear(com.io7m.jtensors.QuaternionReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | isNegationOf(com.io7m.jequality.AlmostEqualFloat$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4F | lookAtWithContext(com.io7m.jtensors.QuaternionI4F$ContextQI4F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | float | magnitude(com.io7m.jtensors.QuaternionReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | float | magnitudeSquared(com.io7m.jtensors.QuaternionReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4F | makeFromAxisAngle(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4F | makeFromRotationMatrix3x3(com.io7m.jtensors.MatrixReadable3x3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4F | makeFromRotationMatrix4x4(com.io7m.jtensors.MatrixReadable4x4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3FType | makeRotationMatrix3x3(com.io7m.jtensors.QuaternionReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | makeRotationMatrix4x4(com.io7m.jtensors.QuaternionReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4F | multiply(com.io7m.jtensors.QuaternionReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4F | negate(com.io7m.jtensors.QuaternionReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4F | normalize(com.io7m.jtensors.QuaternionReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4F | scale(com.io7m.jtensors.QuaternionReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionI4F | subtract(com.io7m.jtensors.QuaternionReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | com.io7m.jequality.annotations.EqualityStructural | n.a. |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | QuaternionI4F$ContextQI4F() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Quaternion4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.QuaternionReadable4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.QuaternionWritable4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4DType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | QuaternionM4D(com.io7m.jtensors.QuaternionReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | public | QuaternionM4D(double,
| n.a. |
|
|
||||||
| REMOVED (!) | public | QuaternionM4D() | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4DType | add(com.io7m.jtensors.QuaternionReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4DType | addInPlace(com.io7m.jtensors.QuaternionWritable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualDouble$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4DType | conjugate(com.io7m.jtensors.QuaternionReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4DType | conjugateInPlace(com.io7m.jtensors.QuaternionWritable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4DType | copy(com.io7m.jtensors.QuaternionReadable4DType,
| n.a. |
|
|
||||||
| REMOVED | public | void | copyFrom2D(com.io7m.jtensors.VectorReadable2DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFrom3D(com.io7m.jtensors.VectorReadable3DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFrom4D(com.io7m.jtensors.VectorReadable4DType) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | double | dotProduct(com.io7m.jtensors.QuaternionReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getWD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getXD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getYD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getZD() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4DType | interpolateLinear(com.io7m.jtensors.QuaternionM4D$ContextQM4D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4DType | interpolateSphericalLinear(com.io7m.jtensors.QuaternionM4D$ContextQM4D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | isNegationOf(com.io7m.jequality.AlmostEqualDouble$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4DType | lookAt(com.io7m.jtensors.QuaternionM4D$ContextQM4D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitude(com.io7m.jtensors.QuaternionReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitudeSquared(com.io7m.jtensors.QuaternionReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4DType | makeFromAxisAngle(com.io7m.jtensors.QuaternionM4D$ContextQM4D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4DType | makeFromRotationMatrix3x3(com.io7m.jtensors.MatrixReadable3x3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4DType | makeFromRotationMatrix4x4(com.io7m.jtensors.MatrixReadable4x4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3DType | makeRotationMatrix3x3(com.io7m.jtensors.QuaternionReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4DType | makeRotationMatrix4x4(com.io7m.jtensors.QuaternionReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4DType | multiply(com.io7m.jtensors.QuaternionReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4DType | multiplyInPlace(com.io7m.jtensors.QuaternionWritable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4DType | negate(com.io7m.jtensors.QuaternionReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4DType | negateInPlace(com.io7m.jtensors.QuaternionWritable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4DType | normalize(com.io7m.jtensors.QuaternionReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4DType | normalizeInPlace(com.io7m.jtensors.QuaternionWritable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4DType | scale(com.io7m.jtensors.QuaternionReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4DType | scaleInPlace(com.io7m.jtensors.QuaternionWritable4DType,
| n.a. |
|
|
||||||
| REMOVED | public | void | set2D(double,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | set3D(double,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | set4D(double,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setWD(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setXD(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setYD(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setZD(double) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4DType | subtract(com.io7m.jtensors.QuaternionReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4DType | subtractInPlace(com.io7m.jtensors.QuaternionWritable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | toAxisAngle(com.io7m.jtensors.QuaternionReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | QuaternionM4D$ContextQM4D() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Quaternion4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.QuaternionReadable4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.QuaternionWritable4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4FType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | QuaternionM4F() | n.a. |
|
|
||||||
| REMOVED (!) | public | QuaternionM4F(com.io7m.jtensors.QuaternionReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | public | QuaternionM4F(float,
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4FType | add(com.io7m.jtensors.QuaternionReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4FType | addInPlace(com.io7m.jtensors.QuaternionWritable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualFloat$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4FType | conjugate(com.io7m.jtensors.QuaternionReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4FType | conjugateInPlace(com.io7m.jtensors.QuaternionWritable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4FType | copy(com.io7m.jtensors.QuaternionReadable4FType,
| n.a. |
|
|
||||||
| REMOVED | public | void | copyFrom2F(com.io7m.jtensors.VectorReadable2FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFrom3F(com.io7m.jtensors.VectorReadable3FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFrom4F(com.io7m.jtensors.VectorReadable4FType) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | double | dotProduct(com.io7m.jtensors.QuaternionReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getWF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getXF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getYF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getZF() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4FType | interpolateLinear(com.io7m.jtensors.QuaternionM4F$ContextQM4F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4FType | interpolateSphericalLinear(com.io7m.jtensors.QuaternionM4F$ContextQM4F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | isNegationOf(com.io7m.jequality.AlmostEqualFloat$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4FType | lookAt(com.io7m.jtensors.QuaternionM4F$ContextQM4F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitude(com.io7m.jtensors.QuaternionReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitudeSquared(com.io7m.jtensors.QuaternionReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4FType | makeFromAxisAngle(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4FType | makeFromRotationMatrix3x3(com.io7m.jtensors.MatrixReadable3x3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4FType | makeFromRotationMatrix4x4(com.io7m.jtensors.MatrixReadable4x4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable3x3FType | makeRotationMatrix3x3(com.io7m.jtensors.QuaternionReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.MatrixWritable4x4FType | makeRotationMatrix4x4(com.io7m.jtensors.QuaternionReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4FType | multiply(com.io7m.jtensors.QuaternionReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4FType | multiplyInPlace(com.io7m.jtensors.QuaternionWritable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4FType | negate(com.io7m.jtensors.QuaternionReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4FType | negateInPlace(com.io7m.jtensors.QuaternionWritable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4FType | normalize(com.io7m.jtensors.QuaternionReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4FType | normalizeInPlace(com.io7m.jtensors.QuaternionWritable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4FType | scale(com.io7m.jtensors.QuaternionReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4FType | scaleInPlace(com.io7m.jtensors.QuaternionWritable4FType,
| n.a. |
|
|
||||||
| REMOVED | public | void | set2F(float,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | set3F(float,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | set4F(float,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setWF(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setXF(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setYF(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setZF(float) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4FType | subtract(com.io7m.jtensors.QuaternionReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.QuaternionWritable4FType | subtractInPlace(com.io7m.jtensors.QuaternionWritable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | toAxisAngle(com.io7m.jtensors.QuaternionReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | QuaternionM4F$ContextQM4F() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4DType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4FType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4DType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4FType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2DType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2FType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2IType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2LType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Vector2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3DType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Vector2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3FType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Vector2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3IType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Vector2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3LType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Vector2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4DType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Vector2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4FType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Vector2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4IType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Vector2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4LType |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | com.io7m.jtensors.VectorI2D (!) |
| ZERO |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorI2D(double,
| n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI2D() | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI2D(com.io7m.jtensors.VectorReadable2DType) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2D | absolute(com.io7m.jtensors.VectorReadable2DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2D | add(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2D | addScaled(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualDouble$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | angle(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2D | clamp(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2D | clampByVector(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2D | clampMaximum(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2D | clampMaximumByVector(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2D | clampMinimum(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2D | clampMinimumByVector(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | distance(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | dotProduct(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getXD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getYD() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2D | interpolateLinear(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitude(com.io7m.jtensors.VectorReadable2DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitudeSquared(com.io7m.jtensors.VectorReadable2DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2D | normalize(com.io7m.jtensors.VectorReadable2DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jfunctional.Pair | orthoNormalize(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2D | projection(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2D | scale(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2D | subtract(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | com.io7m.jtensors.VectorI2F (!) |
| ZERO |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorI2F() | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI2F(float,
| n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI2F(com.io7m.jtensors.VectorReadable2FType) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2F | absolute(com.io7m.jtensors.VectorReadable2FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2F | add(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2F | addScaled(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualFloat$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | angle(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2F | clamp(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2F | clampByVector(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2F | clampMaximum(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2F | clampMaximumByVector(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2F | clampMinimum(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2F | clampMinimumByVector(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | distance(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | dotProduct(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getXF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getYF() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2F | interpolateLinear(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitude(com.io7m.jtensors.VectorReadable2FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitudeSquared(com.io7m.jtensors.VectorReadable2FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2F | normalize(com.io7m.jtensors.VectorReadable2FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jfunctional.Pair | orthoNormalize(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2F | projection(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2F | scale(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2F | subtract(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2IType |
|
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | com.io7m.jtensors.VectorI2I (!) |
| ZERO |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorI2I() | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI2I(com.io7m.jtensors.VectorReadable2IType) | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI2I(int,
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2I | absolute(com.io7m.jtensors.VectorReadable2IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2I | add(com.io7m.jtensors.VectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2I | addScaled(com.io7m.jtensors.VectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | double | angle(com.io7m.jtensors.VectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2I | clamp(com.io7m.jtensors.VectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2I | clampByVector(com.io7m.jtensors.VectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2I | clampMaximum(com.io7m.jtensors.VectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2I | clampMaximumByVector(com.io7m.jtensors.VectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2I | clampMinimum(com.io7m.jtensors.VectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2I | clampMinimumByVector(com.io7m.jtensors.VectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | int | distance(com.io7m.jtensors.VectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | int | dotProduct(com.io7m.jtensors.VectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | int | getXI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getYI() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2I | interpolateLinear(com.io7m.jtensors.VectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | int | magnitude(com.io7m.jtensors.VectorReadable2IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | int | magnitudeSquared(com.io7m.jtensors.VectorReadable2IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2I | projection(com.io7m.jtensors.VectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2I | scale(com.io7m.jtensors.VectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2I | subtract(com.io7m.jtensors.VectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2LType |
|
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | com.io7m.jtensors.VectorI2L (!) |
| ZERO |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorI2L(com.io7m.jtensors.VectorReadable2LType) | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI2L(long,
| n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI2L() | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2L | absolute(com.io7m.jtensors.VectorReadable2LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2L | add(com.io7m.jtensors.VectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2L | addScaled(com.io7m.jtensors.VectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | double | angle(com.io7m.jtensors.VectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2L | clamp(com.io7m.jtensors.VectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2L | clampByVector(com.io7m.jtensors.VectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2L | clampMaximum(com.io7m.jtensors.VectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2L | clampMaximumByVector(com.io7m.jtensors.VectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2L | clampMinimum(com.io7m.jtensors.VectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2L | clampMinimumByVector(com.io7m.jtensors.VectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | long | distance(com.io7m.jtensors.VectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | long | dotProduct(com.io7m.jtensors.VectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | long | getXL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getYL() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2L | interpolateLinear(com.io7m.jtensors.VectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | long | magnitude(com.io7m.jtensors.VectorReadable2LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | long | magnitudeSquared(com.io7m.jtensors.VectorReadable2LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2L | projection(com.io7m.jtensors.VectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2L | scale(com.io7m.jtensors.VectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI2L | subtract(com.io7m.jtensors.VectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3DType |
|
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | com.io7m.jtensors.VectorI3D (!) |
| ZERO |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorI3D() | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI3D(com.io7m.jtensors.VectorReadable3DType) | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI3D(double,
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3D | absolute(com.io7m.jtensors.VectorReadable3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3D | add(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3D | addScaled(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualDouble$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3D | clamp(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3D | clampByVector(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3D | clampMaximum(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3D | clampMaximumByVector(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3D | clampMinimum(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3D | clampMinimumByVector(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3D | crossProduct(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | distance(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | dotProduct(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getXD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getYD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getZD() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3D | interpolateLinear(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitude(com.io7m.jtensors.VectorReadable3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitudeSquared(com.io7m.jtensors.VectorReadable3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3D | normalize(com.io7m.jtensors.VectorReadable3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jfunctional.Pair | orthoNormalize(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3D | projection(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3D | scale(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3D | subtract(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3FType |
|
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | com.io7m.jtensors.VectorI3F (!) |
| ZERO |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorI3F(com.io7m.jtensors.VectorReadable3FType) | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI3F(float,
| n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI3F() | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3F | absolute(com.io7m.jtensors.VectorReadable3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3F | add(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3F | addScaled(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualFloat$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3F | clamp(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3F | clampByVector(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3F | clampMaximum(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3F | clampMaximumByVector(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3F | clampMinimum(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3F | clampMinimumByVector(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3F | crossProduct(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | float | distance(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | float | dotProduct(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getXF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getYF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getZF() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3F | interpolateLinear(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | float | magnitude(com.io7m.jtensors.VectorReadable3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | float | magnitudeSquared(com.io7m.jtensors.VectorReadable3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3F | normalize(com.io7m.jtensors.VectorReadable3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jfunctional.Pair | orthoNormalize(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3F | projection(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3F | scale(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3F | subtract(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3IType |
|
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | com.io7m.jtensors.VectorI3I (!) |
| ZERO |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorI3I(com.io7m.jtensors.VectorReadable3IType) | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI3I() | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI3I(int,
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3I | absolute(com.io7m.jtensors.VectorReadable3IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3I | add(com.io7m.jtensors.VectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3I | addScaled(com.io7m.jtensors.VectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3I | clamp(com.io7m.jtensors.VectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3I | clampByVector(com.io7m.jtensors.VectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3I | clampMaximum(com.io7m.jtensors.VectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3I | clampMaximumByVector(com.io7m.jtensors.VectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3I | clampMinimum(com.io7m.jtensors.VectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3I | clampMinimumByVector(com.io7m.jtensors.VectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | int | distance(com.io7m.jtensors.VectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | int | dotProduct(com.io7m.jtensors.VectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | int | getXI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getYI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getZI() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3I | interpolateLinear(com.io7m.jtensors.VectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | int | magnitude(com.io7m.jtensors.VectorReadable3IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | int | magnitudeSquared(com.io7m.jtensors.VectorReadable3IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3I | projection(com.io7m.jtensors.VectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3I | scale(com.io7m.jtensors.VectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3I | subtract(com.io7m.jtensors.VectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3LType |
|
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | com.io7m.jtensors.VectorI3L (!) |
| ZERO |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorI3L() | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI3L(com.io7m.jtensors.VectorReadable3LType) | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI3L(long,
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3L | absolute(com.io7m.jtensors.VectorReadable3LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3L | add(com.io7m.jtensors.VectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3L | addScaled(com.io7m.jtensors.VectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3L | clamp(com.io7m.jtensors.VectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3L | clampByVector(com.io7m.jtensors.VectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3L | clampMaximum(com.io7m.jtensors.VectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3L | clampMaximumByVector(com.io7m.jtensors.VectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3L | clampMinimum(com.io7m.jtensors.VectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3L | clampMinimumByVector(com.io7m.jtensors.VectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | long | distance(com.io7m.jtensors.VectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | long | dotProduct(com.io7m.jtensors.VectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | long | getXL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getYL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getZL() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3L | interpolateLinear(com.io7m.jtensors.VectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | long | magnitude(com.io7m.jtensors.VectorReadable3LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | long | magnitudeSquared(com.io7m.jtensors.VectorReadable3LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3L | projection(com.io7m.jtensors.VectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3L | scale(com.io7m.jtensors.VectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI3L | subtract(com.io7m.jtensors.VectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4DType |
|
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | com.io7m.jtensors.VectorI4D (!) |
| ZERO |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorI4D(com.io7m.jtensors.VectorReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI4D() | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI4D(double,
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4D | absolute(com.io7m.jtensors.VectorReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4D | add(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4D | addScaled(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualDouble$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4D | clamp(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4D | clampByVector(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4D | clampMaximum(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4D | clampMaximumByVector(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4D | clampMinimum(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4D | clampMinimumByVector(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | distance(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | dotProduct(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getWD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getXD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getYD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getZD() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4D | interpolateLinear(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitude(com.io7m.jtensors.VectorReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitudeSquared(com.io7m.jtensors.VectorReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4D | normalize(com.io7m.jtensors.VectorReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jfunctional.Pair | orthoNormalize(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4D | projection(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4D | scale(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4D | subtract(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4FType |
|
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | com.io7m.jtensors.VectorI4F (!) |
| ZERO |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorI4F(float,
| n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI4F() | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI4F(com.io7m.jtensors.VectorReadable4FType) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4F | absolute(com.io7m.jtensors.VectorReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4F | add(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4F | addScaled(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualFloat$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4F | clamp(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4F | clampByVector(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4F | clampMaximum(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4F | clampMaximumByVector(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4F | clampMinimum(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4F | clampMinimumByVector(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | float | distance(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | float | dotProduct(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getWF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getXF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getYF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getZF() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4F | interpolateLinear(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | float | magnitude(com.io7m.jtensors.VectorReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | float | magnitudeSquared(com.io7m.jtensors.VectorReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4F | normalize(com.io7m.jtensors.VectorReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jfunctional.Pair | orthoNormalize(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4F | projection(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4F | scale(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4F | subtract(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4IType |
|
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | com.io7m.jtensors.VectorI4I (!) |
| ZERO |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorI4I(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI4I() | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI4I(com.io7m.jtensors.VectorReadable4IType) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4I | absolute(com.io7m.jtensors.VectorReadable4IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4I | add(com.io7m.jtensors.VectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4I | addScaled(com.io7m.jtensors.VectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4I | clamp(com.io7m.jtensors.VectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4I | clampByVector(com.io7m.jtensors.VectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4I | clampMaximum(com.io7m.jtensors.VectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4I | clampMaximumByVector(com.io7m.jtensors.VectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4I | clampMinimum(com.io7m.jtensors.VectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4I | clampMinimumByVector(com.io7m.jtensors.VectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | int | distance(com.io7m.jtensors.VectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | int | dotProduct(com.io7m.jtensors.VectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | int | getWI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getXI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getYI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getZI() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4I | interpolateLinear(com.io7m.jtensors.VectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | int | magnitude(com.io7m.jtensors.VectorReadable4IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | int | magnitudeSquared(com.io7m.jtensors.VectorReadable4IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4I | projection(com.io7m.jtensors.VectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4I | scale(com.io7m.jtensors.VectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4I | subtract(com.io7m.jtensors.VectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4LType |
|
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | com.io7m.jtensors.VectorI4L (!) |
| ZERO |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorI4L(com.io7m.jtensors.VectorReadable4LType) | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI4L(long,
| n.a. |
|
|
||||||
| REMOVED (!) | public | VectorI4L() | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4L | absolute(com.io7m.jtensors.VectorReadable4LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4L | add(com.io7m.jtensors.VectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4L | addScaled(com.io7m.jtensors.VectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4L | clamp(com.io7m.jtensors.VectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4L | clampByVector(com.io7m.jtensors.VectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4L | clampMaximum(com.io7m.jtensors.VectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4L | clampMaximumByVector(com.io7m.jtensors.VectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4L | clampMinimum(com.io7m.jtensors.VectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4L | clampMinimumByVector(com.io7m.jtensors.VectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | long | distance(com.io7m.jtensors.VectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | long | dotProduct(com.io7m.jtensors.VectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | long | getWL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getXL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getYL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getZL() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4L | interpolateLinear(com.io7m.jtensors.VectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | long | magnitude(com.io7m.jtensors.VectorReadable4LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | long | magnitudeSquared(com.io7m.jtensors.VectorReadable4LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4L | projection(com.io7m.jtensors.VectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4L | scale(com.io7m.jtensors.VectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorI4L | subtract(com.io7m.jtensors.VectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | net.jcip.annotations.Immutable | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Vector2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2DType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM2D(com.io7m.jtensors.VectorReadable2DType) | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM2D(double,
| n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM2D() | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | absolute(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | absoluteInPlace(com.io7m.jtensors.VectorWritable2DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | add(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | addInPlace(com.io7m.jtensors.VectorWritable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | addScaled(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | addScaledInPlace(com.io7m.jtensors.VectorWritable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualDouble$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | angle(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | clamp(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | clampByVector(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | clampByVectorInPlace(com.io7m.jtensors.VectorWritable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | clampInPlace(com.io7m.jtensors.VectorWritable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | clampMaximum(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | clampMaximumByVector(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | clampMaximumByVectorInPlace(com.io7m.jtensors.VectorWritable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | clampMaximumInPlace(com.io7m.jtensors.VectorWritable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | clampMinimum(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | clampMinimumByVector(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | clampMinimumByVectorInPlace(com.io7m.jtensors.VectorWritable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | clampMinimumInPlace(com.io7m.jtensors.VectorWritable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | copy(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED | public | void | copyFrom2D(com.io7m.jtensors.VectorReadable2DType) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | double | distance(com.io7m.jtensors.VectorM2D$ContextVM2D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | dotProduct(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getXD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getYD() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | interpolateLinear(com.io7m.jtensors.VectorM2D$ContextVM2D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitude(com.io7m.jtensors.VectorReadable2DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitudeSquared(com.io7m.jtensors.VectorReadable2DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | normalize(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | normalizeInPlace(com.io7m.jtensors.VectorWritable2DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalize(com.io7m.jtensors.VectorM2D$ContextVM2D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalizeInPlace(com.io7m.jtensors.VectorM2D$ContextVM2D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | projection(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | scale(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | scaleInPlace(com.io7m.jtensors.VectorWritable2DType,
| n.a. |
|
|
||||||
| REMOVED | public | void | set2D(double,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setXD(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setYD(double) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | subtract(com.io7m.jtensors.VectorReadable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2DType | subtractInPlace(com.io7m.jtensors.VectorWritable2DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM2D$ContextVM2D() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Vector2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2FType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM2F(float,
| n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM2F() | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM2F(com.io7m.jtensors.VectorReadable2FType) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | absolute(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | absoluteInPlace(com.io7m.jtensors.VectorWritable2FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | add(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | addInPlace(com.io7m.jtensors.VectorWritable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | addScaled(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | addScaledInPlace(com.io7m.jtensors.VectorWritable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualFloat$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | angle(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | clamp(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | clampByVector(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | clampByVectorInPlace(com.io7m.jtensors.VectorWritable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | clampInPlace(com.io7m.jtensors.VectorWritable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | clampMaximum(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | clampMaximumByVector(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | clampMaximumByVectorInPlace(com.io7m.jtensors.VectorWritable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | clampMaximumInPlace(com.io7m.jtensors.VectorWritable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | clampMinimum(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | clampMinimumByVector(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | clampMinimumByVectorInPlace(com.io7m.jtensors.VectorWritable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | clampMinimumInPlace(com.io7m.jtensors.VectorWritable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | copy(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED | public | void | copyFrom2F(com.io7m.jtensors.VectorReadable2FType) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | double | distance(com.io7m.jtensors.VectorM2F$ContextVM2F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | float | dotProduct(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getXF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getYF() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | interpolateLinear(com.io7m.jtensors.VectorM2F$ContextVM2F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitude(com.io7m.jtensors.VectorReadable2FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitudeSquared(com.io7m.jtensors.VectorReadable2FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | normalize(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | normalizeInPlace(com.io7m.jtensors.VectorWritable2FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalize(com.io7m.jtensors.VectorM2F$ContextVM2F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalizeInPlace(com.io7m.jtensors.VectorM2F$ContextVM2F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | projection(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | scale(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | scaleInPlace(com.io7m.jtensors.VectorWritable2FType,
| n.a. |
|
|
||||||
| REMOVED | public | void | set2F(float,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setXF(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setYF(float) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | subtract(com.io7m.jtensors.VectorReadable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2FType | subtractInPlace(com.io7m.jtensors.VectorWritable2FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM2F$ContextVM2F() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Vector2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2IType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM2I(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM2I() | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM2I(com.io7m.jtensors.VectorReadable2IType) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | absolute(com.io7m.jtensors.VectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | absoluteInPlace(com.io7m.jtensors.VectorWritable2IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | add(com.io7m.jtensors.VectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | addInPlace(com.io7m.jtensors.VectorWritable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | addScaled(com.io7m.jtensors.VectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | addScaledInPlace(com.io7m.jtensors.VectorWritable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | double | angle(com.io7m.jtensors.VectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | clamp(com.io7m.jtensors.VectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | clampByVector(com.io7m.jtensors.VectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | clampByVectorInPlace(com.io7m.jtensors.VectorWritable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | clampInPlace(com.io7m.jtensors.VectorWritable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | clampMaximum(com.io7m.jtensors.VectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | clampMaximumByVector(com.io7m.jtensors.VectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | clampMaximumByVectorInPlace(com.io7m.jtensors.VectorWritable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | clampMaximumInPlace(com.io7m.jtensors.VectorWritable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | clampMinimum(com.io7m.jtensors.VectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | clampMinimumByVector(com.io7m.jtensors.VectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | clampMinimumByVectorInPlace(com.io7m.jtensors.VectorWritable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | clampMinimumInPlace(com.io7m.jtensors.VectorWritable2IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | copy(com.io7m.jtensors.VectorReadable2IType,
| n.a. |
|
|
||||||||||
| REMOVED | public | void | copyFrom2I(com.io7m.jtensors.VectorReadable2IType) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | int | distance(com.io7m.jtensors.VectorM2I$ContextVM2I,
|
|
|
|
||||||||||
| REMOVED (!) | static public | int | dotProduct(com.io7m.jtensors.VectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | int | getXI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getYI() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | interpolateLinear(com.io7m.jtensors.VectorM2I$ContextVM2I,
|
|
|
|
||||||||||
| REMOVED (!) | static public | int | magnitude(com.io7m.jtensors.VectorReadable2IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | int | magnitudeSquared(com.io7m.jtensors.VectorReadable2IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | projection(com.io7m.jtensors.VectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | scale(com.io7m.jtensors.VectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | scaleInPlace(com.io7m.jtensors.VectorWritable2IType,
|
|
|
|
||||||||||
| REMOVED | public | void | set2I(int,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setXI(int) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setYI(int) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | subtract(com.io7m.jtensors.VectorReadable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2IType | subtractInPlace(com.io7m.jtensors.VectorWritable2IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM2I$ContextVM2I() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Vector2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2LType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM2L() | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM2L(long,
| n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM2L(com.io7m.jtensors.VectorReadable2LType) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | absolute(com.io7m.jtensors.VectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | absoluteInPlace(com.io7m.jtensors.VectorWritable2LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | add(com.io7m.jtensors.VectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | addInPlace(com.io7m.jtensors.VectorWritable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | addScaled(com.io7m.jtensors.VectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | addScaledInPlace(com.io7m.jtensors.VectorWritable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | double | angle(com.io7m.jtensors.VectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | clamp(com.io7m.jtensors.VectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | clampByVector(com.io7m.jtensors.VectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | clampByVectorInPlace(com.io7m.jtensors.VectorWritable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | clampInPlace(com.io7m.jtensors.VectorWritable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | clampMaximum(com.io7m.jtensors.VectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | clampMaximumByVector(com.io7m.jtensors.VectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | clampMaximumByVectorInPlace(com.io7m.jtensors.VectorWritable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | clampMaximumInPlace(com.io7m.jtensors.VectorWritable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | clampMinimum(com.io7m.jtensors.VectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | clampMinimumByVector(com.io7m.jtensors.VectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | clampMinimumByVectorInPlace(com.io7m.jtensors.VectorWritable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | clampMinimumInPlace(com.io7m.jtensors.VectorWritable2LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | copy(com.io7m.jtensors.VectorReadable2LType,
| n.a. |
|
|
||||||||||
| REMOVED | public | void | copyFrom2L(com.io7m.jtensors.VectorReadable2LType) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | long | distance(com.io7m.jtensors.VectorM2L$ContextVM2L,
|
|
|
|
||||||||||
| REMOVED (!) | static public | long | dotProduct(com.io7m.jtensors.VectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | long | getXL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getYL() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | interpolateLinear(com.io7m.jtensors.VectorM2L$ContextVM2L,
|
|
|
|
||||||||||
| REMOVED (!) | static public | long | magnitude(com.io7m.jtensors.VectorReadable2LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | long | magnitudeSquared(com.io7m.jtensors.VectorReadable2LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | projection(com.io7m.jtensors.VectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | scale(com.io7m.jtensors.VectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | scaleInPlace(com.io7m.jtensors.VectorWritable2LType,
|
|
|
|
||||||||||
| REMOVED | public | void | set2L(long,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setXL(long) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setYL(long) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | subtract(com.io7m.jtensors.VectorReadable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable2LType | subtractInPlace(com.io7m.jtensors.VectorWritable2LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM2L$ContextVM2L() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Vector2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3DType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM3D(double,
| n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM3D(com.io7m.jtensors.VectorReadable3DType) | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM3D() | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | absolute(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | absoluteInPlace(com.io7m.jtensors.VectorWritable3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | add(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | addInPlace(com.io7m.jtensors.VectorWritable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | addScaled(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | addScaledInPlace(com.io7m.jtensors.VectorWritable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualDouble$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | clamp(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | clampByVector(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | clampByVectorInPlace(com.io7m.jtensors.VectorWritable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | clampInPlace(com.io7m.jtensors.VectorWritable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | clampMaximum(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | clampMaximumByVector(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | clampMaximumByVectorInPlace(com.io7m.jtensors.VectorWritable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | clampMaximumInPlace(com.io7m.jtensors.VectorWritable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | clampMinimum(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | clampMinimumByVector(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | clampMinimumByVectorInPlace(com.io7m.jtensors.VectorWritable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | clampMinimumInPlace(com.io7m.jtensors.VectorWritable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | copy(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED | public | void | copyFrom2D(com.io7m.jtensors.VectorReadable2DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFrom3D(com.io7m.jtensors.VectorReadable3DType) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | crossProduct(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | distance(com.io7m.jtensors.VectorM3D$ContextVM3D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | dotProduct(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getXD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getYD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getZD() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | interpolateLinear(com.io7m.jtensors.VectorM3D$ContextVM3D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitude(com.io7m.jtensors.VectorReadable3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitudeSquared(com.io7m.jtensors.VectorReadable3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | normalize(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | normalizeInPlace(com.io7m.jtensors.VectorWritable3DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalize(com.io7m.jtensors.VectorM3D$ContextVM3D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalizeInPlace(com.io7m.jtensors.VectorM3D$ContextVM3D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | projection(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | scale(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | scaleInPlace(com.io7m.jtensors.VectorWritable3DType,
| n.a. |
|
|
||||||
| REMOVED | public | void | set2D(double,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | set3D(double,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setXD(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setYD(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setZD(double) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | subtract(com.io7m.jtensors.VectorReadable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3DType | subtractInPlace(com.io7m.jtensors.VectorWritable3DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM3D$ContextVM3D() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Vector2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3FType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM3F(float,
| n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM3F() | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM3F(com.io7m.jtensors.VectorReadable3FType) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | absolute(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | absoluteInPlace(com.io7m.jtensors.VectorWritable3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | add(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | addInPlace(com.io7m.jtensors.VectorWritable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | addScaled(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | addScaledInPlace(com.io7m.jtensors.VectorWritable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualFloat$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | clamp(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | clampByVector(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | clampByVectorInPlace(com.io7m.jtensors.VectorWritable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | clampInPlace(com.io7m.jtensors.VectorWritable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | clampMaximum(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | clampMaximumByVector(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | clampMaximumByVectorInPlace(com.io7m.jtensors.VectorWritable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | clampMaximumInPlace(com.io7m.jtensors.VectorWritable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | clampMinimum(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | clampMinimumByVector(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | clampMinimumByVectorInPlace(com.io7m.jtensors.VectorWritable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | clampMinimumInPlace(com.io7m.jtensors.VectorWritable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | copy(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED | public | void | copyFrom2F(com.io7m.jtensors.VectorReadable2FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFrom3F(com.io7m.jtensors.VectorReadable3FType) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | crossProduct(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | distance(com.io7m.jtensors.VectorM3F$ContextVM3F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | dotProduct(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getXF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getYF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getZF() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | interpolateLinear(com.io7m.jtensors.VectorM3F$ContextVM3F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | float | magnitude(com.io7m.jtensors.VectorReadable3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitudeSquared(com.io7m.jtensors.VectorReadable3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | normalize(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | normalizeInPlace(com.io7m.jtensors.VectorWritable3FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalize(com.io7m.jtensors.VectorM3F$ContextVM3F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalizeInPlace(com.io7m.jtensors.VectorM3F$ContextVM3F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | projection(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | scale(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | scaleInPlace(com.io7m.jtensors.VectorWritable3FType,
| n.a. |
|
|
||||||
| REMOVED | public | void | set2F(float,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | set3F(float,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setXF(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setYF(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setZF(float) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | subtract(com.io7m.jtensors.VectorReadable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3FType | subtractInPlace(com.io7m.jtensors.VectorWritable3FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM3F$ContextVM3F() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Vector2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3IType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM3I(com.io7m.jtensors.VectorReadable3IType) | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM3I() | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM3I(int,
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | absolute(com.io7m.jtensors.VectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | absoluteInPlace(com.io7m.jtensors.VectorWritable3IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | add(com.io7m.jtensors.VectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | addInPlace(com.io7m.jtensors.VectorWritable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | addScaled(com.io7m.jtensors.VectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | addScaledInPlace(com.io7m.jtensors.VectorWritable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | clamp(com.io7m.jtensors.VectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | clampByVector(com.io7m.jtensors.VectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | clampByVectorInPlace(com.io7m.jtensors.VectorWritable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | clampInPlace(com.io7m.jtensors.VectorWritable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | clampMaximum(com.io7m.jtensors.VectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | clampMaximumByVector(com.io7m.jtensors.VectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | clampMaximumByVectorInPlace(com.io7m.jtensors.VectorWritable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | clampMaximumInPlace(com.io7m.jtensors.VectorWritable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | clampMinimum(com.io7m.jtensors.VectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | clampMinimumByVector(com.io7m.jtensors.VectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | clampMinimumByVectorInPlace(com.io7m.jtensors.VectorWritable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | clampMinimumInPlace(com.io7m.jtensors.VectorWritable3IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | copy(com.io7m.jtensors.VectorReadable3IType,
| n.a. |
|
|
||||||||||
| REMOVED | public | void | copyFrom2I(com.io7m.jtensors.VectorReadable2IType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFrom3I(com.io7m.jtensors.VectorReadable3IType) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | int | distance(com.io7m.jtensors.VectorM3I$ContextVM3I,
|
|
|
|
||||||||||
| REMOVED (!) | static public | int | dotProduct(com.io7m.jtensors.VectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | int | getXI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getYI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getZI() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | interpolateLinear(com.io7m.jtensors.VectorM3I$ContextVM3I,
|
|
|
|
||||||||||
| REMOVED (!) | static public | int | magnitude(com.io7m.jtensors.VectorReadable3IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | int | magnitudeSquared(com.io7m.jtensors.VectorReadable3IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | projection(com.io7m.jtensors.VectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | scale(com.io7m.jtensors.VectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | scaleInPlace(com.io7m.jtensors.VectorWritable3IType,
|
|
|
|
||||||||||
| REMOVED | public | void | set2I(int,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | set3I(int,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setXI(int) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setYI(int) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setZI(int) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | subtract(com.io7m.jtensors.VectorReadable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3IType | subtractInPlace(com.io7m.jtensors.VectorWritable3IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM3I$ContextVM3I() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Vector2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3LType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM3L(com.io7m.jtensors.VectorReadable3LType) | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM3L() | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM3L(long,
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | absolute(com.io7m.jtensors.VectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | absoluteInPlace(com.io7m.jtensors.VectorWritable3LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | add(com.io7m.jtensors.VectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | addInPlace(com.io7m.jtensors.VectorWritable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | addScaled(com.io7m.jtensors.VectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | addScaledInPlace(com.io7m.jtensors.VectorWritable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | clamp(com.io7m.jtensors.VectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | clampByVector(com.io7m.jtensors.VectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | clampByVectorInPlace(com.io7m.jtensors.VectorWritable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | clampInPlace(com.io7m.jtensors.VectorWritable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | clampMaximum(com.io7m.jtensors.VectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | clampMaximumByVector(com.io7m.jtensors.VectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | clampMaximumByVectorInPlace(com.io7m.jtensors.VectorWritable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | clampMaximumInPlace(com.io7m.jtensors.VectorWritable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | clampMinimum(com.io7m.jtensors.VectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | clampMinimumByVector(com.io7m.jtensors.VectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | clampMinimumByVectorInPlace(com.io7m.jtensors.VectorWritable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | clampMinimumInPlace(com.io7m.jtensors.VectorWritable3LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | copy(com.io7m.jtensors.VectorReadable3LType,
| n.a. |
|
|
||||||||||
| REMOVED | public | void | copyFrom2L(com.io7m.jtensors.VectorReadable2LType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFrom3L(com.io7m.jtensors.VectorReadable3LType) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | long | distance(com.io7m.jtensors.VectorM3L$ContextVM3L,
|
|
|
|
||||||||||
| REMOVED (!) | static public | long | dotProduct(com.io7m.jtensors.VectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | long | getXL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getYL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getZL() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | interpolateLinear(com.io7m.jtensors.VectorM3L$ContextVM3L,
|
|
|
|
||||||||||
| REMOVED (!) | static public | long | magnitude(com.io7m.jtensors.VectorReadable3LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | long | magnitudeSquared(com.io7m.jtensors.VectorReadable3LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | projection(com.io7m.jtensors.VectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | scale(com.io7m.jtensors.VectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | scaleInPlace(com.io7m.jtensors.VectorWritable3LType,
|
|
|
|
||||||||||
| REMOVED | public | void | set2L(long,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | set3L(long,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setXL(long) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setYL(long) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setZL(long) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | subtract(com.io7m.jtensors.VectorReadable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable3LType | subtractInPlace(com.io7m.jtensors.VectorWritable3LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM3L$ContextVM3L() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Vector2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4DType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM4D() | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM4D(double,
| n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM4D(com.io7m.jtensors.VectorReadable4DType) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | absolute(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | absoluteInPlace(com.io7m.jtensors.VectorWritable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | add(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | addInPlace(com.io7m.jtensors.VectorWritable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | addScaled(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | addScaledInPlace(com.io7m.jtensors.VectorWritable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualDouble$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | clamp(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | clampByVector(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | clampByVectorInPlace(com.io7m.jtensors.VectorWritable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | clampInPlace(com.io7m.jtensors.VectorWritable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | clampMaximum(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | clampMaximumByVector(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | clampMaximumByVectorInPlace(com.io7m.jtensors.VectorWritable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | clampMaximumInPlace(com.io7m.jtensors.VectorWritable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | clampMinimum(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | clampMinimumByVector(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | clampMinimumByVectorInPlace(com.io7m.jtensors.VectorWritable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | clampMinimumInPlace(com.io7m.jtensors.VectorWritable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | copy(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED | public | void | copyFrom2D(com.io7m.jtensors.VectorReadable2DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFrom3D(com.io7m.jtensors.VectorReadable3DType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFrom4D(com.io7m.jtensors.VectorReadable4DType) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | double | distance(com.io7m.jtensors.VectorM4D$ContextVM4D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | dotProduct(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | double | getWD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getXD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getYD() | n.a. | n.a. |
|
||||||
| REMOVED | public | double | getZD() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | interpolateLinear(com.io7m.jtensors.VectorM4D$ContextVM4D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitude(com.io7m.jtensors.VectorReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitudeSquared(com.io7m.jtensors.VectorReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | normalize(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | normalizeInPlace(com.io7m.jtensors.VectorWritable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalize(com.io7m.jtensors.VectorM4D$ContextVM4D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalizeInPlace(com.io7m.jtensors.VectorM4D$ContextVM4D,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | projection(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | scale(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | scaleInPlace(com.io7m.jtensors.VectorWritable4DType,
| n.a. |
|
|
||||||
| REMOVED | public | void | set2D(double,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | set3D(double,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | set4D(double,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setWD(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setXD(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setYD(double) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setZD(double) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | subtract(com.io7m.jtensors.VectorReadable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4DType | subtractInPlace(com.io7m.jtensors.VectorWritable4DType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM4D$ContextVM4D() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Vector2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4FType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM4F() | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM4F(float,
| n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM4F(com.io7m.jtensors.VectorReadable4FType) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | absolute(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | absoluteInPlace(com.io7m.jtensors.VectorWritable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | add(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | addInPlace(com.io7m.jtensors.VectorWritable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | addScaled(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | addScaledInPlace(com.io7m.jtensors.VectorWritable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | boolean | almostEqual(com.io7m.jequality.AlmostEqualFloat$ContextRelative,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | clamp(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | clampByVector(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | clampByVectorInPlace(com.io7m.jtensors.VectorWritable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | clampInPlace(com.io7m.jtensors.VectorWritable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | clampMaximum(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | clampMaximumByVector(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | clampMaximumByVectorInPlace(com.io7m.jtensors.VectorWritable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | clampMaximumInPlace(com.io7m.jtensors.VectorWritable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | clampMinimum(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | clampMinimumByVector(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | clampMinimumByVectorInPlace(com.io7m.jtensors.VectorWritable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | clampMinimumInPlace(com.io7m.jtensors.VectorWritable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | copy(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED | public | void | copyFrom2F(com.io7m.jtensors.VectorReadable2FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFrom3F(com.io7m.jtensors.VectorReadable3FType) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | copyFrom4F(com.io7m.jtensors.VectorReadable4FType) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | double | distance(com.io7m.jtensors.VectorM4F$ContextVM4F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | dotProduct(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
| REMOVED | public | float | getWF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getXF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getYF() | n.a. | n.a. |
|
||||||
| REMOVED | public | float | getZF() | n.a. | n.a. |
|
||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | interpolateLinear(com.io7m.jtensors.VectorM4F$ContextVM4F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitude(com.io7m.jtensors.VectorReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | double | magnitudeSquared(com.io7m.jtensors.VectorReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | normalize(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | normalizeInPlace(com.io7m.jtensors.VectorWritable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalize(com.io7m.jtensors.VectorM4F$ContextVM4F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | void | orthoNormalizeInPlace(com.io7m.jtensors.VectorM4F$ContextVM4F,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | projection(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | scale(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | scaleInPlace(com.io7m.jtensors.VectorWritable4FType,
| n.a. |
|
|
||||||
| REMOVED | public | void | set2F(float,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | set3F(float,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | set4F(float,
| n.a. | n.a. |
|
||||||
| REMOVED | public | void | setWF(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setXF(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setYF(float) | n.a. | n.a. |
|
||||||
| REMOVED | public | void | setZF(float) | n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | subtract(com.io7m.jtensors.VectorReadable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4FType | subtractInPlace(com.io7m.jtensors.VectorWritable4FType,
| n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM4F$ContextVM4F() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Vector2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector4IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4IType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM4I(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM4I(com.io7m.jtensors.VectorReadable4IType) | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM4I() | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | absolute(com.io7m.jtensors.VectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | absoluteInPlace(com.io7m.jtensors.VectorWritable4IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | add(com.io7m.jtensors.VectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | addInPlace(com.io7m.jtensors.VectorWritable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | addScaled(com.io7m.jtensors.VectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | addScaledInPlace(com.io7m.jtensors.VectorWritable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | clamp(com.io7m.jtensors.VectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | clampByVector(com.io7m.jtensors.VectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | clampByVectorInPlace(com.io7m.jtensors.VectorWritable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | clampInPlace(com.io7m.jtensors.VectorWritable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | clampMaximum(com.io7m.jtensors.VectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | clampMaximumByVector(com.io7m.jtensors.VectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | clampMaximumByVectorInPlace(com.io7m.jtensors.VectorWritable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | clampMaximumInPlace(com.io7m.jtensors.VectorWritable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | clampMinimum(com.io7m.jtensors.VectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | clampMinimumByVector(com.io7m.jtensors.VectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | clampMinimumByVectorInPlace(com.io7m.jtensors.VectorWritable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | clampMinimumInPlace(com.io7m.jtensors.VectorWritable4IType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | copy(com.io7m.jtensors.VectorReadable4IType,
| n.a. |
|
|
||||||||||
| REMOVED | public | void | copyFrom2I(com.io7m.jtensors.VectorReadable2IType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFrom3I(com.io7m.jtensors.VectorReadable3IType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFrom4I(com.io7m.jtensors.VectorReadable4IType) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | int | distance(com.io7m.jtensors.VectorM4I$ContextVM4I,
|
|
|
|
||||||||||
| REMOVED (!) | static public | int | dotProduct(com.io7m.jtensors.VectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | int | getWI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getXI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getYI() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | getZI() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | interpolateLinear(com.io7m.jtensors.VectorM4I$ContextVM4I,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | int | magnitude(com.io7m.jtensors.VectorReadable4IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | int | magnitudeSquared(com.io7m.jtensors.VectorReadable4IType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | projection(com.io7m.jtensors.VectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | scale(com.io7m.jtensors.VectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | scaleInPlace(com.io7m.jtensors.VectorWritable4IType,
|
|
|
|
||||||||||
| REMOVED | public | void | set2I(int,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | set3I(int,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | set4I(int,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setWI(int) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setXI(int) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setYI(int) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setZI(int) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | subtract(com.io7m.jtensors.VectorReadable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4IType | subtractInPlace(com.io7m.jtensors.VectorWritable4IType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM4I$ContextVM4I() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.Vector2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.Vector4LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable4LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable4LType |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM4L(com.io7m.jtensors.VectorReadable4LType) | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM4L() | n.a. |
|
|
||||||
| REMOVED (!) | public | VectorM4L(long,
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | absolute(com.io7m.jtensors.VectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | absoluteInPlace(com.io7m.jtensors.VectorWritable4LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | add(com.io7m.jtensors.VectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | addInPlace(com.io7m.jtensors.VectorWritable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | addScaled(com.io7m.jtensors.VectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | addScaledInPlace(com.io7m.jtensors.VectorWritable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | clamp(com.io7m.jtensors.VectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | clampByVector(com.io7m.jtensors.VectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | clampByVectorInPlace(com.io7m.jtensors.VectorWritable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | clampInPlace(com.io7m.jtensors.VectorWritable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | clampMaximum(com.io7m.jtensors.VectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | clampMaximumByVector(com.io7m.jtensors.VectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | clampMaximumByVectorInPlace(com.io7m.jtensors.VectorWritable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | clampMaximumInPlace(com.io7m.jtensors.VectorWritable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | clampMinimum(com.io7m.jtensors.VectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | clampMinimumByVector(com.io7m.jtensors.VectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | clampMinimumByVectorInPlace(com.io7m.jtensors.VectorWritable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | clampMinimumInPlace(com.io7m.jtensors.VectorWritable4LType,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | copy(com.io7m.jtensors.VectorReadable4LType,
| n.a. |
|
|
||||||||||
| REMOVED | public | void | copyFrom2L(com.io7m.jtensors.VectorReadable2LType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFrom3L(com.io7m.jtensors.VectorReadable3LType) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | copyFrom4L(com.io7m.jtensors.VectorReadable4LType) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | long | distance(com.io7m.jtensors.VectorM4L$ContextVM4L,
|
|
|
|
||||||||||
| REMOVED (!) | static public | long | dotProduct(com.io7m.jtensors.VectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||||||
| REMOVED | public | long | getWL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getXL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getYL() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | long | getZL() | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | public | int | hashCode() | n.a. |
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | interpolateLinear(com.io7m.jtensors.VectorM4L$ContextVM4L,
| n.a. |
|
|
||||||||||
| REMOVED (!) | static public | long | magnitude(com.io7m.jtensors.VectorReadable4LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | long | magnitudeSquared(com.io7m.jtensors.VectorReadable4LType) |
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | projection(com.io7m.jtensors.VectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | scale(com.io7m.jtensors.VectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | scaleInPlace(com.io7m.jtensors.VectorWritable4LType,
|
|
|
|
||||||||||
| REMOVED | public | void | set2L(long,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | set3L(long,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | set4L(long,
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setWL(long) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setXL(long) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setYL(long) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setZL(long) | n.a. | n.a. |
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | subtract(com.io7m.jtensors.VectorReadable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | static public | com.io7m.jtensors.VectorWritable4LType | subtractInPlace(com.io7m.jtensors.VectorWritable4LType,
|
|
|
|
||||||||||
| REMOVED (!) | public | java.lang.String | toString() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | VectorM4L$ContextVM4L() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | double | getXD() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | double | getYD() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | float | getXF() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | float | getYF() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | int | getXI() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | int | getYI() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | long | getXL() | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | long | getYL() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | double | getZD() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | float | getZF() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2IType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | int | getZI() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2LType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | long | getZL() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3DType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | double | getWD() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3FType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | float | getWF() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3IType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | int | getWI() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorReadable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorReadable3LType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | long | getWL() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFrom2D(com.io7m.jtensors.VectorReadable2DType) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | set2D(double,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setXD(double) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setYD(double) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFrom2F(com.io7m.jtensors.VectorReadable2FType) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | set2F(float,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setXF(float) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setYF(float) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFrom2I(com.io7m.jtensors.VectorReadable2IType) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | set2I(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setXI(int) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setYI(int) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFrom2L(com.io7m.jtensors.VectorReadable2LType) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | set2L(long,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setXL(long) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setYL(long) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2DType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFrom3D(com.io7m.jtensors.VectorReadable3DType) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | set3D(double,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setZD(double) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2FType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFrom3F(com.io7m.jtensors.VectorReadable3FType) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | set3F(float,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setZF(float) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2IType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFrom3I(com.io7m.jtensors.VectorReadable3IType) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | set3I(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setZI(int) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2LType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFrom3L(com.io7m.jtensors.VectorReadable3LType) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | set3L(long,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setZL(long) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2DType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3DType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFrom4D(com.io7m.jtensors.VectorReadable4DType) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | set4D(double,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setWD(double) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2FType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3FType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFrom4F(com.io7m.jtensors.VectorReadable4FType) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | set4F(float,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setWF(float) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2IType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3IType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFrom4I(com.io7m.jtensors.VectorReadable4IType) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | set4I(int,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setWI(int) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | com.io7m.jtensors.VectorWritable2LType |
|
||
| REMOVED (!) | com.io7m.jtensors.VectorWritable3LType |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | void | copyFrom4L(com.io7m.jtensors.VectorReadable4LType) | n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | set4L(long,
| n.a. |
|
|
||||||
| REMOVED (!) | public abstract | void | setWL(long) | n.a. |
|
|